Opc.Ua.X509CRL.X509CRL C# (CSharp) Method

X509CRL() public method

Loads a CRL from a memory buffer.
public X509CRL ( byte crl ) : System
crl byte
return System
        public X509CRL(byte[] crl)
        {
            RawData = crl;
            Initialize(RawData);
        }
        #endregion

Same methods

X509CRL::X509CRL ( string filePath ) : System