4 references to ProtectedKey
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
1923
if (string.IsNullOrEmpty(proofToken.ComputedKeyAlgorithm) && proofToken.
ProtectedKey
== null)
1936
WriteProtectedKey(writer, proofToken.
ProtectedKey
, context, trustConstants);
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
650
if (response.RequestedProofToken.
ProtectedKey
!= null)
652
return new BinarySecretSecurityToken(response.RequestedProofToken.
ProtectedKey
.GetKeyBytes());