Méthode | Description | |
---|---|---|
CreateStore ( string storeType ) : ICertificateStore |
Returns an object that can be used to access the store.
|
|
DetermineStoreType ( string storePath ) : string |
Detects the type of store represented by the path.
|
|
MemberwiseClone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
OpenStore ( ) : ICertificateStore |
Returns an object that can be used to access the store.
|
|
OpenStore ( string path ) : ICertificateStore |
Opens the store.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Formats the value of the current instance using the specified format.
|
public static CreateStore ( string storeType ) : ICertificateStore | ||
storeType | string | |
Résultat | ICertificateStore |
public static DetermineStoreType ( string storePath ) : string | ||
storePath | string | |
Résultat | string |
public static OpenStore ( string path ) : ICertificateStore | ||
path | string | The path. |
Résultat | ICertificateStore |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | The |
formatProvider | IFormatProvider | The |
Résultat | string |