14 references to Namespace
System.IdentityModel (14)
System\IdentityModel\Tokens\AuthenticationMethods.cs (14)
15
public const string HardwareToken =
Namespace
+ "hardwaretoken";
16
public const string Kerberos =
Namespace
+ "kerberos";
17
public const string Password =
Namespace
+ "password";
18
public const string Pgp =
Namespace
+ "pgp";
19
public const string SecureRemotePassword =
Namespace
+ "secureremotepassword";
20
public const string Signature =
Namespace
+ "signature";
21
public const string Smartcard =
Namespace
+ "smartcard";
22
public const string SmartcardPki =
Namespace
+ "smartcardpki";
23
public const string Spki =
Namespace
+ "spki";
24
public const string TlsClient =
Namespace
+ "tlsclient";
25
public const string Unspecified =
Namespace
+ "unspecified";
26
public const string Windows =
Namespace
+ "windows";
27
public const string Xkms =
Namespace
+ "xkms";
28
public const string X509 =
Namespace
+ "x509";