Loads a certificate revocation list from given stream.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Shared Function Load ( _ input As Stream _ ) As CertificateRevocationList |
C# |
---|
public static CertificateRevocationList Load( Stream input ) |
Parameters
- input
- Type: System.IO..::..Stream
Stream to load the certificate revocation list from.