Class NameType
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
public abstract class NameType
- Inheritance
-
NameType
- Inherited Members
-
Fields
host_name
public const short host_name = 0
Field Value
- short
Methods
GetName(short)
public static string GetName(short nameType)
Parameters
nameType short
Returns
- string
GetText(short)
public static string GetText(short nameType)
Parameters
nameType short
Returns
- string
IsRecognized(short)
public static bool IsRecognized(short nameType)
Parameters
nameType short
Returns
- bool
IsValid(short)
public static bool IsValid(short nameType)
Parameters
nameType short
Returns
- bool