3 references to GetWrappedKey
System.ServiceModel (3)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
375
byte[] proofKey = wrappedToken.
GetWrappedKey
();
System\ServiceModel\Security\WSTrust.cs (2)
757
issuerEntropy = ((WrappedKeySecurityToken)entropyToken).
GetWrappedKey
();
1595
requestorEntropy = ((WrappedKeySecurityToken)requestorEntropyToken).
GetWrappedKey
();