1 write to _wrappingCredentials
System.IdentityModel (1)
System\IdentityModel\Tokens\EncryptedKeyEncryptingCredentials.cs (1)
73
_wrappingCredentials
= wrappingCredentials;
5 references to _wrappingCredentials
System.IdentityModel (5)
System\IdentityModel\Tokens\EncryptedKeyEncryptingCredentials.cs (5)
78
byte[] encryptedKey =
_wrappingCredentials
.SecurityKey.EncryptKey(
_wrappingCredentials
.Algorithm, _keyBytes );
79
base.SecurityKeyIdentifier = new SecurityKeyIdentifier( new EncryptedKeyIdentifierClause( encryptedKey,
_wrappingCredentials
.Algorithm,
_wrappingCredentials
.SecurityKeyIdentifier ) );
95
return
_wrappingCredentials
;