OAuthS2SCredential Class

 

Represents a credential for an OAuth2 S2S identity.

Namespace:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)


Public MustInherit Class OAuthS2SCredential
	Inherits NetworkCredential

NameDescription
System_CAPS_pubmethodOAuthS2SCredential(String)

Initializes a new instance of the OAuthS2SCredential class using the specified client ID.

NameDescription
System_CAPS_protpropertyContainsUserClaims

Gets whether or not the credential contains delegated user claims.

System_CAPS_pubpropertyDomain

(Inherited from NetworkCredential.)

System_CAPS_pubpropertyOnBehalfOf

Gets of sets the value of the delegated user identity.

System_CAPS_pubpropertyPassword

(Inherited from NetworkCredential.)

System_CAPS_pubpropertySystem_CAPS_staticPreAuthenticationEnabled

Gets or sets whether the pre-authentication of credentials is enabled.

System_CAPS_pubpropertySecurePassword

(Inherited from NetworkCredential.)

System_CAPS_pubpropertyUserClaims

Gets the list of delegated user claims.

System_CAPS_pubpropertyUserName

(Inherited from NetworkCredential.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAuthorization(OAuthS2SAuthenticationChallenge(), HttpWebRequest)

Gets the authorization request.

System_CAPS_pubmethodGetCredential(String, Int32, String)

(Inherited from NetworkCredential.)

System_CAPS_pubmethodGetCredential(Uri, String)

(Inherited from NetworkCredential.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_staticGetNotBeforeDateTime()

Gets the value of the NotBefore claim.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSelectChallenge(IList(Of OAuthS2SAuthenticationChallenge))

Selects the authentication challenge to use.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: