AuthenticationCredentials Class

Definition

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 AuthenticationCredentials class.

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.

Applies to