2 references to NegotiationAuthenticatorSize
System.ServiceModel (2)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
158
return generator.GenerateDerivedKey(SecurityUtils.CombinedHashLabel, negotiationHash, SecurityNegotiationConstants.
NegotiationAuthenticatorSize
, 0);
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
153
byte[] clientAuthenticator = generator.GenerateDerivedKey(SecurityUtils.CombinedHashLabel, negotiationHash, SecurityNegotiationConstants.
NegotiationAuthenticatorSize
, 0);