Sdílet prostřednictvím


IdentityDescriptorCollection Constructor (IList<IdentityDescriptor>)

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    source As IList(Of IdentityDescriptor) _
)
public IdentityDescriptorCollection(
    IList<IdentityDescriptor> source
)
public:
IdentityDescriptorCollection(
    IList<IdentityDescriptor^>^ source
)
new : 
        source:IList<IdentityDescriptor> -> IdentityDescriptorCollection
public function IdentityDescriptorCollection(
    source : IList<IdentityDescriptor>
)

Parameters

.NET Framework Security

See Also

Reference

IdentityDescriptorCollection Class

IdentityDescriptorCollection Overload

Microsoft.VisualStudio.Services.Identity Namespace