RoleDescriptor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RoleDescriptor class.
Overloads
RoleDescriptor() |
Initializes a new instance of the RoleDescriptor class. |
RoleDescriptor(Collection<Uri>) |
Initializes a new instance of the RoleDescriptor class that has the collection of supported protocols. |
RoleDescriptor()
Initializes a new instance of the RoleDescriptor class.
protected:
RoleDescriptor();
protected RoleDescriptor ();
Protected Sub New ()
Remarks
The ProtocolsSupported property is initialized to an empty collection.
Applies to
RoleDescriptor(Collection<Uri>)
Initializes a new instance of the RoleDescriptor class that has the collection of supported protocols.
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))
Parameters
- protocolsSupported
- Collection<Uri>
The supported protocol collection. Initializes the ProtocolsSupported property.