프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FromBlobOrFile | |||
MapKeyStorageFlags | PfxCertStoreFlags | ||
MapX509StoreFlags | CertStoreFlags | ||
SaveToMemoryStore | byte[] | ||
StorePal | System |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
FromBlobOrFile ( byte rawData, string fileName, |
||
MapKeyStorageFlags ( X509KeyStorageFlags keyStorageFlags ) : PfxCertStoreFlags | ||
MapX509StoreFlags ( StoreLocation storeLocation, OpenFlags flags ) : CertStoreFlags | ||
SaveToMemoryStore ( CertStoreSaveAs dwSaveAs ) : byte[] | ||
StorePal ( SafeCertStoreHandle certStore ) : System |
public CloneTo ( |
||
collection | ||
리턴 | void |
public CopyTo ( |
||
collection | ||
리턴 | void |
public Export ( X509ContentType contentType, |
||
contentType | X509ContentType | |
password | ||
리턴 | byte[] |
public static FromBlob ( byte rawData, |
||
rawData | byte | |
password | ||
keyStorageFlags | X509KeyStorageFlags | |
리턴 | ILoaderPal |
public static FromCertificate ( ICertificatePal cert ) : IExportPal | ||
cert | ICertificatePal | |
리턴 | IExportPal |
public static FromFile ( string fileName, |
||
fileName | string | |
password | ||
keyStorageFlags | X509KeyStorageFlags | |
리턴 | ILoaderPal |
public static FromHandle ( |
||
storeHandle | ||
리턴 | IStorePal |
public static FromSystemStore ( string storeName, StoreLocation storeLocation, OpenFlags openFlags ) : IStorePal | ||
storeName | string | |
storeLocation | StoreLocation | |
openFlags | OpenFlags | |
리턴 | IStorePal |
public static LinkFromCertificateCollection ( |
||
certificates | ||
리턴 | IExportPal |
public MoveTo ( |
||
collection | ||
리턴 | void |
public Remove ( ICertificatePal certificate ) : void | ||
certificate | ICertificatePal | |
리턴 | void |