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