4 references to EncryptedKeyTokenType
System.IdentityModel (4)
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (4)
53
public override string TokenTypeUri { get { return SecurityXXX2005Strings.
EncryptedKeyTokenType
; } }
104
case SecurityXXX2005Strings.
EncryptedKeyTokenType
:
161
if (tokenType != null && tokenType != SecurityXXX2005Strings.
EncryptedKeyTokenType
)
175
return SecurityXXX2005Strings.
EncryptedKeyTokenType
;