1 write to isKeySizePresentInRstProperties
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
689
this.
isKeySizePresentInRstProperties
= TryGetKeySize(out this.keySize);
2 references to isKeySizePresentInRstProperties
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (2)
690
if (!this.
isKeySizePresentInRstProperties
&& this.keyType != SecurityKeyType.BearerKey)
888
if (!this.
isKeySizePresentInRstProperties
)