1 type derived from ProtectedKey
System.IdentityModel (1)
System\IdentityModel\Protocols\WSTrust\Entropy.cs (1)
14public class Entropy : ProtectedKey
4 instantiations of ProtectedKey
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\RequestedProofToken.cs (2)
46_keys = new ProtectedKey(secret); 56_keys = new ProtectedKey(secret, wrappingCredentials);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
2363protectedKey = new ProtectedKey(secret); 2392protectedKey = new ProtectedKey(secret, wrappingCredentials);
12 references to ProtectedKey
System.IdentityModel (12)
System\IdentityModel\Protocols\WSTrust\Entropy.cs (3)
48public Entropy( ProtectedKey protectedKey ) 53static byte[] GetKeyBytesFromProtectedKey( ProtectedKey protectedKey ) 63static EncryptingCredentials GetWrappingCredentialsFromProtectedKey( ProtectedKey protectedKey )
System\IdentityModel\Protocols\WSTrust\RequestedProofToken.cs (3)
20ProtectedKey _keys; 63public RequestedProofToken(ProtectedKey protectedKey) 90public ProtectedKey ProtectedKey
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (6)
242ProtectedKey protectedKey = ReadProtectedKey(reader, context, trustConstants); 1428ProtectedKey protectedKey = ReadProtectedKey(reader, context, trustConstants); 1507ProtectedKey protectedKey = ReadProtectedKey(reader, context, trustConstants); 2342public static ProtectedKey ReadProtectedKey(XmlReader reader, WSTrustSerializationContext context, WSTrustConstantsAdapter trustConstants) 2354ProtectedKey protectedKey = null; 2400public static void WriteProtectedKey(XmlWriter writer, ProtectedKey protectedKey, WSTrustSerializationContext context, WSTrustConstantsAdapter trustConstants)