Class GDIDCredentials
Represents credentials based on Global Distributed ID
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.Security
Assembly: NFX.dll
Syntax
[Serializable]
public class GDIDCredentials : Credentials
Constructors
GDIDCredentials(GDID)
Declaration
public GDIDCredentials(GDID gdid)
Parameters
| Type | Name | Description |
|---|---|---|
| GDID | gdid |
Properties
GDID
Declaration
public GDID GDID { get; }
Property Value
| Type | Description |
|---|---|
| GDID |
Methods
Forget()
Declaration
public override void Forget()
Overrides
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()