C# 클래스 Opc.Ua.X509CRL

Provides access to an X509 CRL object.
상속: IDisposable
파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Frees any unmanaged resources.

IsRevoked ( X509Certificate2 certificate ) : bool

Returns true the certificate is in the CRL.

VerifySignature ( X509Certificate2 issuer, bool throwOnError ) : bool

Verifies the signature on the CRL.

X509CRL ( byte crl ) : System

Loads a CRL from a memory buffer.

X509CRL ( string filePath ) : System

Loads a CRL from a file.

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

FreeUnmanagedPointers ( ) : void
Initialize ( byte crl ) : void
SaveUnmanagedPointer ( IntPtr pData ) : void

메소드 상세

Dispose() 공개 메소드

Frees any unmanaged resources.
public Dispose ( ) : void
리턴 void

IsRevoked() 공개 메소드

Returns true the certificate is in the CRL.
public IsRevoked ( X509Certificate2 certificate ) : bool
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 bool

VerifySignature() 공개 메소드

Verifies the signature on the CRL.
public VerifySignature ( X509Certificate2 issuer, bool throwOnError ) : bool
issuer System.Security.Cryptography.X509Certificates.X509Certificate2
throwOnError bool
리턴 bool

X509CRL() 공개 메소드

Loads a CRL from a memory buffer.
public X509CRL ( byte crl ) : System
crl byte
리턴 System

X509CRL() 공개 메소드

Loads a CRL from a file.
public X509CRL ( string filePath ) : System
filePath string
리턴 System