4 writes to KeySize
System.ServiceModel (4)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
240
rstr.
KeySize
= issuedKeySize;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
722
rstr.
KeySize
= issuedKeySize;
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (2)
292
dummyRstr.
KeySize
= issuedKeySize;
328
negotiationRstr.
KeySize
= issuedKeySize;
5 references to KeySize
System.ServiceModel (5)
System\ServiceModel\Security\WSTrust.cs (5)
748
if (rstr.
KeySize
== 0 && defaultKeySize == 0)
752
int issuedKeySize = (rstr.
KeySize
!= 0) ? rstr.
KeySize
: defaultKeySize;
1221
if (rstr.
KeySize
> 0)
1224
writer.WriteValue(rstr.
KeySize
);