OAuthS2SSecurityConfiguration クラス

 

クレーム ベースの委任をサポートするスコープの OAuth2 S2S ベースのセキュリティ構成を指定します。

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

継承階層

System.Object
  Microsoft.Workflow.Client.Security.ScopeSecurityConfiguration
    Microsoft.Workflow.Client.Security.OAuthS2SSecurityConfiguration

構文

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public class OAuthS2SSecurityConfiguration : ScopeSecurityConfiguration
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public ref class OAuthS2SSecurityConfiguration : ScopeSecurityConfiguration
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
type OAuthS2SSecurityConfiguration = 
    class
        inherit ScopeSecurityConfiguration
    end
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class OAuthS2SSecurityConfiguration
    Inherits ScopeSecurityConfiguration

コンストラクター

名前 説明
System_CAPS_pubmethod OAuthS2SSecurityConfiguration()

新しいインスタンスを初期化、 OAuthS2SSecurityConfiguration クラスです。

System_CAPS_pubmethod OAuthS2SSecurityConfiguration(String)

新しいインスタンスを初期化、 OAuthS2SSecurityConfiguration クラスです。

プロパティ

名前 説明
System_CAPS_pubproperty AlternateAllowedHostname

System_CAPS_pubproperty ClientPermissions

クライアントに付与されたスコープの権限のセットを取得します。

System_CAPS_pubproperty ForMergingOnly

取得または、このセキュリティ構成を親スコープのセキュリティ構成でマージのみかどうかを設定します。

System_CAPS_pubproperty Name

取得または設定の構成名。(ScopeSecurityConfiguration から継承されます。)

System_CAPS_pubproperty Realm

取得または HTTP 401 応答チャレンジで使用される領域の値を設定します。

System_CAPS_pubproperty TrustedIssuer

取得またはこのスコープの信頼された発行者を設定します。

System_CAPS_pubproperty WorkflowApplicationSettings

取得またはアプリケーションの設定をこのスコープで実行するワークフローのワークフローを設定します。

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されます。)

System_CAPS_protmethod Finalize()

(Object から継承されます。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されます。)

System_CAPS_pubmethod GetType()

(Object から継承されます。)

System_CAPS_protmethod MemberwiseClone()

(Object から継承されます。)

System_CAPS_pubmethod ToString()

(Object から継承されます。)

スレッド セーフ

この型のパブリック static (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

Microsoft.Workflow.Client.Security 名前空間

トップに戻る