通过


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 属性。

适用于