OAuthS2SDiscoveryCredential Class

 

Represents a discovery credential for OAuth S2S identity.

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.OAuthS2SDiscoveryCredential

Public Class OAuthS2SDiscoveryCredential
	Inherits OAuthS2SCredential

NameDescription
System_CAPS_pubmethodOAuthS2SDiscoveryCredential(String, Uri, X509Certificate2)

Initializes a new instance of the OAuthS2SDiscoveryCredential class

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_pubpropertySystem_CAPS_staticMetadataCacheDuration

Gets or sets the duration for metadata cache.

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_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: