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