asp.net.ph

IdentityReferenceCollection Class

System.Security.Principal Namespace


.NET Framework version 2.0

Represents a collection of IdentityReference objects and provides a means of converting sets of IdentityReference-derived objects to IdentityReference-derived types.

IdentityReferenceCollection Class Members

Collapse   Constructors

Visibility Constructor Parameters
public IdentityReferenceCollection ( )
public IdentityReferenceCollection ( Int32 capacity )

Collapse   Properties

Visibility Name Value Type Accessibility
public Count Int32 [ Get ]
public IsReadOnly Boolean [ Get ]
public Item ( Int32 index ) IdentityReference [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
public Add ( IdentityReference identity ) Void
public Clear ( ) Void
public Contains ( IdentityReference identity ) Boolean
public CopyTo ( IdentityReference array , Int32 offset ) Void
public GetEnumerator ( ) IEnumerator`1
public Remove ( IdentityReference identity ) Boolean
public Translate ( Type targetType , Boolean forceSuccess ) IdentityReferenceCollection
public Translate ( Type targetType ) IdentityReferenceCollection

Remarks

See Also

IdentityReference Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph