OAuthS2SSecurityTokenServiceCredential コンストラクター

 

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

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

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod OAuthS2SSecurityTokenServiceCredential(String, String, X509Certificate2, Uri)

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

System_CAPS_pubmethod OAuthS2SSecurityTokenServiceCredential(String, String, X509Certificate2, Uri, String)

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

System_CAPS_pubmethod OAuthS2SSecurityTokenServiceCredential(String, X509Certificate2, Uri)

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

参照

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

トップに戻る

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

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

構文

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

パラメーター

  • clientId
    Type: System.String

    STS の呼び出しに使用するクライアント ID。

トップに戻る

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

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

構文

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

パラメーター

  • clientId
    Type: System.String

    STS の呼び出しに使用するクライアント ID。

  • stsPrincipalId
    Type: System.String

    STS のターゲット プリンシパル ID。

トップに戻る

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

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

構文

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

パラメーター

  • clientId
    Type: System.String

    STS の呼び出しに使用するクライアント ID。

トップに戻る