次の方法で共有


RoleDescriptor コンストラクター

定義

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

オーバーロード

RoleDescriptor()

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

RoleDescriptor(Collection<Uri>)

サポートされるプロトコルのコレクションを持つ RoleDescriptor クラスの新しいインスタンスを初期化します。

RoleDescriptor()

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

protected:
 RoleDescriptor();
protected RoleDescriptor ();
Protected Sub New ()

注釈

プロパティは ProtocolsSupported 空のコレクションに初期化されます。

適用対象

RoleDescriptor(Collection<Uri>)

サポートされるプロトコルのコレクションを持つ RoleDescriptor クラスの新しいインスタンスを初期化します。

protected:
 RoleDescriptor(System::Collections::ObjectModel::Collection<Uri ^> ^ protocolsSupported);
protected RoleDescriptor (System.Collections.ObjectModel.Collection<Uri> protocolsSupported);
new System.IdentityModel.Metadata.RoleDescriptor : System.Collections.ObjectModel.Collection<Uri> -> System.IdentityModel.Metadata.RoleDescriptor
Protected Sub New (protocolsSupported As Collection(Of Uri))

パラメーター

protocolsSupported
Collection<Uri>

サポートされているプロトコル コレクション。 ProtocolsSupported プロパティを初期化します。

適用対象