OAuthS2SSelfIssuedCredential Class

 

A credential for creating a self-signed token.

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

System.Object
  System.Net.NetworkCredential
    Microsoft.Workflow.Client.Security.OAuthS2SCredential
      Microsoft.Workflow.Client.Security.OAuthS2SSelfIssuedCredential

Public Class OAuthS2SSelfIssuedCredential
	Inherits OAuthS2SCredential

NameDescription
System_CAPS_protpropertyContainsUserClaims

Gets whether or not the credential contains delegated user claims.(Inherited from OAuthS2SCredential.)

System_CAPS_pubpropertyDomain

(Inherited from NetworkCredential.)

System_CAPS_pubpropertyExpirationDuration

Gets or sets the expiration value of the token.

System_CAPS_pubpropertyOnBehalfOf

Gets of sets the value of the delegated user identity.(Inherited from OAuthS2SCredential.)

System_CAPS_pubpropertyPassword

(Inherited from NetworkCredential.)

System_CAPS_pubpropertySecurePassword

(Inherited from NetworkCredential.)

System_CAPS_pubpropertySigningCertificate

Gets or sets the certificate used to sign the token.

System_CAPS_pubpropertyUserClaims

Gets the list of delegated user claims.(Inherited from OAuthS2SCredential.)

System_CAPS_pubpropertyUserName

(Inherited from NetworkCredential.)

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: