AuthenticationCredentials Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents client-side user logon credentials.
public ref class AuthenticationCredentials sealed
public sealed class AuthenticationCredentials
type AuthenticationCredentials = class
Public NotInheritable Class AuthenticationCredentials
- Inheritance
-
AuthenticationCredentials
Constructors
AuthenticationCredentials() |
Initializes a new instance of the |
Properties
AppliesTo |
Gets or sets the scope that a security token request applies to, as defined in the WS-Trust specification. |
ClientCredentials |
Gets or sets the service credential authentication settings for use on the client side of communication. |
HomeRealm |
Gets or sets the identity provider address. |
SecurityTokenResponse |
Gets or sets the security token response. |
SupportingCredentials |
Gets or sets additional credentials required by the site. |
UserPrincipalName |
Gets or sets the UPN that is an internet-style login name for a user based on the Internet standard RFC 822. |