6 references to WrappingCredentials
System.IdentityModel (6)
System\IdentityModel\Protocols\WSTrust\Entropy.cs (1)
70
return protectedKey.
WrappingCredentials
;
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (5)
2417
if (protectedKey.
WrappingCredentials
!= null)
2419
byte[] encryptedKey = protectedKey.
WrappingCredentials
.SecurityKey.EncryptKey(protectedKey.
WrappingCredentials
.Algorithm, protectedKey.GetKeyBytes());
2420
EncryptedKeyIdentifierClause clause = new EncryptedKeyIdentifierClause(encryptedKey, protectedKey.
WrappingCredentials
.Algorithm, protectedKey.
WrappingCredentials
.SecurityKeyIdentifier);