5 references to Namespace
System.IdentityModel (5)
System\IdentityModel\Tokens\SecurityTokenTypes.cs (5)
12const string userName = Namespace + "/UserName"; 13const string x509Certificate = Namespace + "/X509Certificate"; 14const string kerberos = Namespace + "/Kerberos"; 15const string saml = Namespace + "/Saml"; 16const string rsa = Namespace + "/Rsa";