Свойство | Type | Description | |
---|---|---|---|
FromBlobOrFile | |||
MapKeyStorageFlags | PfxCertStoreFlags | ||
MapX509StoreFlags | CertStoreFlags | ||
SaveToMemoryStore | byte[] | ||
StorePal | System |
Méthode | Description | |
---|---|---|
Add ( ICertificatePal certificate ) : void | ||
CloneTo ( |
||
CopyTo ( |
||
Dispose ( ) : void | ||
Export ( X509ContentType contentType, |
||
FromBlob ( byte rawData, |
||
FromCertificate ( ICertificatePal cert ) : IExportPal | ||
FromFile ( string fileName, |
||
FromHandle ( |
||
FromSystemStore ( string storeName, StoreLocation storeLocation, OpenFlags openFlags ) : IStorePal | ||
LinkFromCertificateCollection ( |
Note: this factory method creates the store using links to the original certificates rather than copies. This means that any changes to certificate properties in the store changes the original.
|
|
MoveTo ( |
||
Remove ( ICertificatePal certificate ) : void |
Méthode | Description | |
---|---|---|
FromBlobOrFile ( byte rawData, string fileName, |
||
MapKeyStorageFlags ( X509KeyStorageFlags keyStorageFlags ) : PfxCertStoreFlags | ||
MapX509StoreFlags ( StoreLocation storeLocation, OpenFlags flags ) : CertStoreFlags | ||
SaveToMemoryStore ( CertStoreSaveAs dwSaveAs ) : byte[] | ||
StorePal ( SafeCertStoreHandle certStore ) : System |
public Add ( ICertificatePal certificate ) : void | ||
certificate | ICertificatePal | |
Résultat | void |
public CloneTo ( |
||
collection | ||
Résultat | void |
public CopyTo ( |
||
collection | ||
Résultat | void |
public Export ( X509ContentType contentType, |
||
contentType | X509ContentType | |
password | ||
Résultat | byte[] |
public static FromBlob ( byte rawData, |
||
rawData | byte | |
password | ||
keyStorageFlags | X509KeyStorageFlags | |
Résultat | ILoaderPal |
public static FromCertificate ( ICertificatePal cert ) : IExportPal | ||
cert | ICertificatePal | |
Résultat | IExportPal |
public static FromFile ( string fileName, |
||
fileName | string | |
password | ||
keyStorageFlags | X509KeyStorageFlags | |
Résultat | ILoaderPal |
public static FromHandle ( |
||
storeHandle | ||
Résultat | IStorePal |
public static FromSystemStore ( string storeName, StoreLocation storeLocation, OpenFlags openFlags ) : IStorePal | ||
storeName | string | |
storeLocation | StoreLocation | |
openFlags | OpenFlags | |
Résultat | IStorePal |
public static LinkFromCertificateCollection ( |
||
certificates | ||
Résultat | IExportPal |
public MoveTo ( |
||
collection | ||
Résultat | void |
public Remove ( ICertificatePal certificate ) : void | ||
certificate | ICertificatePal | |
Résultat | void |