OAuthS2SCredential Class
Represents a credential for an OAuth2 S2S identity.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | OAuthS2SCredential(String) | Initializes a new instance of the OAuthS2SCredential class using the specified client ID. |
| Name | Description | |
|---|---|---|
![]() | ContainsUserClaims | Gets whether or not the credential contains delegated user claims. |
![]() | Domain | (Inherited from NetworkCredential.) |
![]() | OnBehalfOf | Gets of sets the value of the delegated user identity. |
![]() | Password | (Inherited from NetworkCredential.) |
![]() ![]() | PreAuthenticationEnabled | Gets or sets whether the pre-authentication of credentials is enabled. |
![]() | SecurePassword | (Inherited from NetworkCredential.) |
![]() | UserClaims | Gets the list of delegated user claims. |
![]() | UserName | (Inherited from NetworkCredential.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAuthorization(OAuthS2SAuthenticationChallenge(), HttpWebRequest) | Gets the authorization request. |
![]() | GetCredential(String, Int32, String) | (Inherited from NetworkCredential.) |
![]() | GetCredential(Uri, String) | (Inherited from NetworkCredential.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() ![]() | GetNotBeforeDateTime() | Gets the value of the NotBefore claim. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SelectChallenge(IList(Of OAuthS2SAuthenticationChallenge)) | Selects the authentication challenge to use. |
![]() | ToString() | (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.




