4 references to AsymmetricKey
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
127
case SecurityKeyType.
AsymmetricKey
:
System.ServiceModel.Primitives (3)
System\IdentityModel\Tokens\SecurityKeyType.cs (1)
23
|| value == SecurityKeyType.
AsymmetricKey
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
81
internal protected override bool HasAsymmetricKey { get { return KeyType == SecurityKeyType.
AsymmetricKey
; } }
System\ServiceModel\Security\Tokens\X509SecurityTokenParameters.cs (1)
126
requirement.KeyType = SecurityKeyType.
AsymmetricKey
;