C# Class System.Security.Principal.IdentityReference

Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
IsValidTargetType ( Type targetType ) : bool
ToString ( ) : string
Translate ( Type targetType ) : IdentityReference
operator ( ) : bool

Private Methods

Method Description
IdentityReference ( ) : System.Globalization

Method Details

Equals() public abstract method

public abstract Equals ( object o ) : bool
o object
return bool

GetHashCode() public abstract method

public abstract GetHashCode ( ) : int
return int

IsValidTargetType() public abstract method

public abstract IsValidTargetType ( Type targetType ) : bool
targetType Type
return bool

ToString() public abstract method

public abstract ToString ( ) : string
return string

Translate() public abstract method

public abstract Translate ( Type targetType ) : IdentityReference
targetType Type
return IdentityReference

operator() public static method

public static operator ( ) : bool
return bool