Class NetscapeCertType
- Namespace
- Org.BouncyCastle.Asn1.Misc
- Assembly
- BouncyCastle.Cryptography.dll
public class NetscapeCertType : DerBitString, IAsn1String, Asn1BitStringParser, IAsn1Convertible
- Inheritance
-
NetscapeCertType
- Implements
- Inherited Members
Constructors
NetscapeCertType(DerBitString)
public NetscapeCertType(DerBitString usage)
Parameters
usageDerBitString
NetscapeCertType(int)
public NetscapeCertType(int usage)
Parameters
usageint
Fields
ObjectSigning
public const int ObjectSigning = 16
Field Value
ObjectSigningCA
public const int ObjectSigningCA = 1
Field Value
Reserved
public const int Reserved = 8
Field Value
Smime
public const int Smime = 32
Field Value
SmimeCA
public const int SmimeCA = 2
Field Value
SslCA
public const int SslCA = 4
Field Value
SslClient
public const int SslClient = 128
Field Value
SslServer
public const int SslServer = 64
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.