1 write to SecurityKeyIdentifier
System.IdentityModel (1)
System\IdentityModel\Tokens\EncryptedKeyEncryptingCredentials.cs (1)
79
base.
SecurityKeyIdentifier
= new SecurityKeyIdentifier( new EncryptedKeyIdentifierClause( encryptedKey, _wrappingCredentials.Algorithm, _wrappingCredentials.SecurityKeyIdentifier ) );
6 references to SecurityKeyIdentifier
System.IdentityModel (6)
System\IdentityModel\CryptoHelper.cs (1)
321
return new SecurityKeyIdentifier(new EncryptedKeyIdentifierClause(wrappedKey, wrappingCredentials.Algorithm, wrappingCredentials.
SecurityKeyIdentifier
));
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2420
EncryptedKeyIdentifierClause clause = new EncryptedKeyIdentifierClause(encryptedKey, protectedKey.WrappingCredentials.Algorithm, protectedKey.WrappingCredentials.
SecurityKeyIdentifier
);
System\IdentityModel\Tokens\EncryptedKeyEncryptingCredentials.cs (1)
79
base.SecurityKeyIdentifier = new SecurityKeyIdentifier( new EncryptedKeyIdentifierClause( encryptedKey, _wrappingCredentials.Algorithm, _wrappingCredentials.
SecurityKeyIdentifier
) );
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
334
encryptedData.KeyIdentifier = encryptingCredentials.
SecurityKeyIdentifier
;
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
2927
encryptedData.KeyIdentifier = data.EncryptingCredentials.
SecurityKeyIdentifier
;
4547
encryptedData.KeyIdentifier = encryptingCredentials.
SecurityKeyIdentifier
;