1 write to RequestedKeySize
System.ServiceModel (1)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
203negotiationState.RequestedKeySize = requestSecurityToken.KeySize;
2 references to RequestedKeySize
System.ServiceModel (2)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (2)
81if (sspiState.RequestedKeySize == 0) 87issuedKeySize = sspiState.RequestedKeySize;