HermaFx.Cryptography.ASN1.ASN1 C# (CSharp) Method

ASN1() public method

public ASN1 ( byte tag ) : System
tag byte
return System
        public ASN1(byte tag)
            : this(tag, null)
        {
        }

Same methods

ASN1::ASN1 ( ) : System
ASN1::ASN1 ( byte tag, byte data ) : System