asp.net.ph

SecurityIdentifier Class

System.Security.Principal Namespace


.NET Framework version 2.0

Represents a security identifier ( SID ) and provides marshaling and comparison operations for SIDs.

SecurityIdentifier Class Members

Collapse   Constructors

Visibility Constructor Parameters
public SecurityIdentifier ( String sddlForm )
public SecurityIdentifier ( Byte binaryForm , Int32 offset )
public SecurityIdentifier ( IntPtr binaryForm )
public SecurityIdentifier ( WellKnownSidType sidType , SecurityIdentifier domainSid )

Collapse   Fields

Visibility Name Type
public static MaxBinaryLength Int32
public static MinBinaryLength Int32

Collapse   Properties

Visibility Name Value Type Accessibility
public AccountDomainSid SecurityIdentifier [ Get ]
public BinaryLength Int32 [ Get ]
public Value String [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public CompareTo ( SecurityIdentifier sid ) Int32
public Equals ( Object o ) Boolean
public Equals ( SecurityIdentifier sid ) Boolean
public GetBinaryForm ( Byte binaryForm , Int32 offset ) Void
public GetHashCode ( ) Int32
public IsAccountSid ( ) Boolean
public IsEqualDomainSid ( SecurityIdentifier sid ) Boolean
public IsValidTargetType ( Type targetType ) Boolean
public IsWellKnown ( WellKnownSidType type ) Boolean
public ToString ( ) String
public Translate ( Type targetType ) IdentityReference
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