Overload | Description |
---|---|
UserIdentity Constructor() | Initializes the object as an anonymous user. |
UserIdentity Constructor(String,String) | Initializes the object with a username and password. |
UserIdentity Constructor(CertificateIdentifier) | Initializes the object with an X509 certificate identifier |
UserIdentity Constructor(X509Certificate2) | Initializes the object with an X509 certificate |
UserIdentity Constructor(SecurityToken) | Initializes the object with a .NET security token |
UserIdentity Constructor(UserIdentityToken) | Initializes the object with a UA identity token. |
UserIdentity Constructor(IssuedIdentityToken,SecurityTokenSerializer,SecurityTokenResolver) | Initializes the object with a UA identity token. |
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x