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)
78byte[] encryptedKey = _wrappingCredentials.SecurityKey.EncryptKey( _wrappingCredentials.Algorithm, _keyBytes ); 79base.SecurityKeyIdentifier = new SecurityKeyIdentifier( new EncryptedKeyIdentifierClause( encryptedKey, _wrappingCredentials.Algorithm, _wrappingCredentials.SecurityKeyIdentifier ) ); 95return _wrappingCredentials;