4 references to GetRequestorEntropy
System.ServiceModel (4)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (2)
258
byte[] requestorEntropy = negotiationState.
GetRequestorEntropy
();
316
byte[] keyEntropy = negotiationState.
GetRequestorEntropy
();
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (2)
907
byte[] requestorEntropy = negotiationState.
GetRequestorEntropy
();
993
byte[] keyEntropy = negotiationState.
GetRequestorEntropy
();