Method | Description | |
---|---|---|
GetDefaultDomain ( ) : string |
Returns the default domain from the current environment. Returns the default domain from the current environment. |
|
GetDefaultFlags ( ) : int |
Returns the default flags for a generic Type-1 message in the current environment. Returns the default flags for a generic Type-1 message in the current environment. |
|
GetDefaultWorkstation ( ) : string |
Returns the default workstation from the current environment. Returns the default workstation from the current environment. |
|
GetSuppliedDomain ( ) : string |
Returns the supplied authentication domain. Returns the supplied authentication domain. |
|
GetSuppliedWorkstation ( ) : string |
Returns the supplied workstation name. Returns the supplied workstation name. |
|
SetSuppliedDomain ( string suppliedDomain ) : void |
Sets the supplied authentication domain for this message. Sets the supplied authentication domain for this message. |
|
SetSuppliedWorkstation ( string suppliedWorkstation ) : void |
Sets the supplied workstation name for this message. Sets the supplied workstation name for this message. |
|
ToByteArray ( ) : byte[] | ||
ToString ( ) : string | ||
Type1Message ( byte material ) : System |
Creates a Type-1 message using the given raw Type-1 material. Creates a Type-1 message using the given raw Type-1 material. |
|
Type1Message ( int flags, string suppliedDomain, string suppliedWorkstation ) : System |
Creates a Type-1 message with the specified parameters. Creates a Type-1 message with the specified parameters. |
Method | Description | |
---|---|---|
Parse ( byte material ) : void | ||
Type1Message ( ) : System |
public static GetDefaultWorkstation ( ) : string | ||
return | string |
public SetSuppliedDomain ( string suppliedDomain ) : void | ||
suppliedDomain | string | The supplied domain for this message. |
return | void |
public SetSuppliedWorkstation ( string suppliedWorkstation ) : void | ||
suppliedWorkstation | string | The supplied workstation for this message. |
return | void |
public Type1Message ( byte material ) : System | ||
material | byte | The raw Type-1 material used to construct this message. |
return | System |
public Type1Message ( int flags, string suppliedDomain, string suppliedWorkstation ) : System | ||
flags | int | The flags to apply to this message. |
suppliedDomain | string | The supplied authentication domain. |
suppliedWorkstation | string | The supplied workstation name. |
return | System |