4 references to ProtectedKey
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\Entropy.cs (2)
40
:
base
( secret, wrappingCredentials )
49
:
base
( GetKeyBytesFromProtectedKey( protectedKey ), GetWrappingCredentialsFromProtectedKey( protectedKey ) )
System\IdentityModel\Protocols\WSTrust\RequestedProofToken.cs (1)
56
_keys = new
ProtectedKey
(secret, wrappingCredentials);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2392
protectedKey = new
ProtectedKey
(secret, wrappingCredentials);