Share via


OAuthS2SSelfIssuedCredential コンストラクター

 

名前空間:   Microsoft.Workflow.Client.Security
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod OAuthS2SSelfIssuedCredential(String, String, X509Certificate2)

System_CAPS_pubmethod OAuthS2SSelfIssuedCredential(String, String, X509Certificate2, String)

OAuthS2SSelfIssuedCredential クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod OAuthS2SSelfIssuedCredential(String, X509Certificate2)

参照

OAuthS2SSelfIssuedCredential クラス
Microsoft.Workflow.Client.Security 名前空間

トップに戻る

OAuthS2SSelfIssuedCredential コンストラクター (String, String, X509Certificate2)

構文

public OAuthS2SSelfIssuedCredential(
    string clientId,
    string realm,
    X509Certificate2 signingCertificate
)
public:
OAuthS2SSelfIssuedCredential(
    String^ clientId,
    String^ realm,
    X509Certificate2^ signingCertificate
)
new : 
        clientId:string *
        realm:string *
        signingCertificate:X509Certificate2 -> OAuthS2SSelfIssuedCredential
Public Sub New (
    clientId As String,
    realm As String,
    signingCertificate As X509Certificate2
)

パラメーター

トップに戻る

OAuthS2SSelfIssuedCredential コンストラクター (String, String, X509Certificate2, String)

OAuthS2SSelfIssuedCredential クラスの新しいインスタンスを初期化します。

構文

public OAuthS2SSelfIssuedCredential(
    string clientId,
    string realm,
    X509Certificate2 signingCertificate,
    string issuer
)
public:
OAuthS2SSelfIssuedCredential(
    String^ clientId,
    String^ realm,
    X509Certificate2^ signingCertificate,
    String^ issuer
)
new : 
        clientId:string *
        realm:string *
        signingCertificate:X509Certificate2 *
        issuer:string -> OAuthS2SSelfIssuedCredential
Public Sub New (
    clientId As String,
    realm As String,
    signingCertificate As X509Certificate2,
    issuer As String
)

パラメーター

  • clientId
    Type: System.String

    トークンで使用するクライアント ID。

  • issuer
    Type: System.String

    トークンで指定する発行者の値。

トップに戻る

OAuthS2SSelfIssuedCredential コンストラクター (String, X509Certificate2)

構文

public OAuthS2SSelfIssuedCredential(
    string clientId,
    X509Certificate2 signingCertificate
)
public:
OAuthS2SSelfIssuedCredential(
    String^ clientId,
    X509Certificate2^ signingCertificate
)
new : 
        clientId:string *
        signingCertificate:X509Certificate2 -> OAuthS2SSelfIssuedCredential
Public Sub New (
    clientId As String,
    signingCertificate As X509Certificate2
)

パラメーター

トップに戻る