Opc.Ua.CertificateIdentifierCollection.DeleteCRL C# (CSharp) Méthode

DeleteCRL() public méthode

Removes a CRL from the store.
public DeleteCRL ( X509CRL crl ) : bool
crl X509CRL
Résultat bool
        public bool DeleteCRL(X509CRL crl)
        {
            throw new ServiceResultException(StatusCodes.BadNotSupported);
        }
        #endregion