RoleDescriptor Konstruktory

Definice

Inicializuje novou instanci RoleDescriptor třídy.

Přetížení

Name Description
RoleDescriptor()

Inicializuje novou instanci RoleDescriptor třídy.

RoleDescriptor(Collection<Uri>)

Inicializuje novou instanci RoleDescriptor třídy, která má kolekci podporovaných protokolů.

RoleDescriptor()

Inicializuje novou instanci RoleDescriptor třídy.

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

Poznámky

Vlastnost ProtocolsSupported je inicializována do prázdné kolekce.

Platí pro

RoleDescriptor(Collection<Uri>)

Inicializuje novou instanci RoleDescriptor třídy, která má kolekci podporovaných protokolů.

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))

Parametry

protocolsSupported
Collection<Uri>

Podporovaná kolekce protokolů. Inicializuje ProtocolsSupported vlastnost.

Platí pro