<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.0" />

System.IdentityModel.Tokens.EncryptedKeyIdentifierClause

public string CarriedKeyName { get; }

public string EncryptionMethod { get; }

public EncryptedKeyIdentifierClause(byte[] encryptedKey, string encryptionMethod)

public EncryptedKeyIdentifierClause(byte[] encryptedKey, string encryptionMethod, SecurityKeyIdentifier encryptingKeyIdentifier)

public EncryptedKeyIdentifierClause(byte[] encryptedKey, string encryptionMethod, SecurityKeyIdentifier encryptingKeyIdentifier, string carriedKeyName)

public EncryptedKeyIdentifierClause(byte[] encryptedKey, string encryptionMethod, SecurityKeyIdentifier encryptingKeyIdentifier, string carriedKeyName, byte[] derivationNonce, int derivationLength)

public byte[] GetEncryptedKey()

public bool Matches(byte[] encryptedKey, string encryptionMethod, string carriedKeyName)