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