Method | Description | |
---|---|---|
Add ( System certificate ) : void | ||
Add ( |
||
AddRange ( System certificates ) : void | ||
AddRange ( |
||
Close ( ) : void | ||
Dispose ( ) : void | ||
Open ( OpenFlags flags ) : void | ||
Open ( System flags ) : void | ||
Remove ( System certificate ) : void | ||
Remove ( |
||
RemoveRange ( System certificates ) : void | ||
RemoveRange ( |
||
X509Store ( ) | ||
X509Store ( System storeHandle ) | ||
X509Store ( System storeName, System storeLocation ) | ||
X509Store ( string storeName ) | ||
X509Store ( string storeName, System storeLocation ) | ||
X509Store ( ) : System.Diagnostics | ||
X509Store ( IntPtr storeHandle ) : System.Diagnostics | ||
X509Store ( StoreLocation storeLocation ) : System.Diagnostics | ||
X509Store ( StoreName storeName ) : System.Diagnostics | ||
X509Store ( StoreName storeName, StoreLocation storeLocation ) : System.Diagnostics | ||
X509Store ( string storeName ) : System.Diagnostics | ||
X509Store ( string storeName, StoreLocation storeLocation ) : System.Diagnostics |
public Add ( |
||
certificate | ||
return | void |
public AddRange ( System certificates ) : void | ||
certificates | System | |
return | void |
public AddRange ( |
||
certificates | ||
return | void |
public Remove ( |
||
certificate | ||
return | void |
public RemoveRange ( System certificates ) : void | ||
certificates | System | |
return | void |
public RemoveRange ( |
||
certificates | ||
return | void |
public X509Store ( System storeName, System storeLocation ) | ||
storeName | System | |
storeLocation | System |
public X509Store ( string storeName, System storeLocation ) | ||
storeName | string | |
storeLocation | System |
public X509Store ( IntPtr storeHandle ) : System.Diagnostics | ||
storeHandle | IntPtr | |
return | System.Diagnostics |
public X509Store ( StoreLocation storeLocation ) : System.Diagnostics | ||
storeLocation | StoreLocation | |
return | System.Diagnostics |
public X509Store ( StoreName storeName ) : System.Diagnostics | ||
storeName | StoreName | |
return | System.Diagnostics |
public X509Store ( StoreName storeName, StoreLocation storeLocation ) : System.Diagnostics | ||
storeName | StoreName | |
storeLocation | StoreLocation | |
return | System.Diagnostics |
public X509Store ( string storeName ) : System.Diagnostics | ||
storeName | string | |
return | System.Diagnostics |
public X509Store ( string storeName, StoreLocation storeLocation ) : System.Diagnostics | ||
storeName | string | |
storeLocation | StoreLocation | |
return | System.Diagnostics |