C# Class Org.BouncyCastle.X509.Store.X509CrlStoreSelector

Inheritance: IX509Selector
显示文件 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Match ( object obj ) : bool
X509CrlStoreSelector ( ) : System
X509CrlStoreSelector ( X509CrlStoreSelector o ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

Match() public method

public Match ( object obj ) : bool
obj object
return bool

X509CrlStoreSelector() public method

public X509CrlStoreSelector ( ) : System
return System

X509CrlStoreSelector() public method

public X509CrlStoreSelector ( X509CrlStoreSelector o ) : System
o X509CrlStoreSelector
return System