次の方法で共有


ServiceProviderSingleSignOnDescriptor コンストラクター

定義

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

オーバーロード

ServiceProviderSingleSignOnDescriptor()

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

ServiceProviderSingleSignOnDescriptor(IndexedProtocolEndpointDictionary)

指定したインデックス付きのエンドポイントのディクショナリを持つ ServiceProviderSingleSignOnDescriptor クラスの新しいインスタンスを初期化します。

ServiceProviderSingleSignOnDescriptor()

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

public:
 ServiceProviderSingleSignOnDescriptor();
public ServiceProviderSingleSignOnDescriptor ();
Public Sub New ()

適用対象

ServiceProviderSingleSignOnDescriptor(IndexedProtocolEndpointDictionary)

指定したインデックス付きのエンドポイントのディクショナリを持つ ServiceProviderSingleSignOnDescriptor クラスの新しいインスタンスを初期化します。

public:
 ServiceProviderSingleSignOnDescriptor(System::IdentityModel::Metadata::IndexedProtocolEndpointDictionary ^ collection);
public ServiceProviderSingleSignOnDescriptor (System.IdentityModel.Metadata.IndexedProtocolEndpointDictionary collection);
new System.IdentityModel.Metadata.ServiceProviderSingleSignOnDescriptor : System.IdentityModel.Metadata.IndexedProtocolEndpointDictionary -> System.IdentityModel.Metadata.ServiceProviderSingleSignOnDescriptor
Public Sub New (collection As IndexedProtocolEndpointDictionary)

パラメーター

collection
IndexedProtocolEndpointDictionary

このインスタンスの IndexedProtocolEndpointDictionary オブジェクト。 AssertionConsumerServices プロパティを初期化します。

適用対象