Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for Internal.Cryptography.Pal.StorePal, including all inherited members.
_certStore | Internal.Cryptography.Pal.StorePal | private |
Add(ICertificatePal certificate) | Internal.Cryptography.Pal.StorePal | inline |
CloneTo(X509Certificate2Collection collection) | Internal.Cryptography.Pal.StorePal | inline |
CopyTo(X509Certificate2Collection collection) | Internal.Cryptography.Pal.StorePal | inline |
Dispose() | Internal.Cryptography.Pal.StorePal | inline |
Export(X509ContentType contentType, SafePasswordHandle password) | Internal.Cryptography.Pal.StorePal | inline |
FromBlob(ReadOnlySpan< byte > rawData, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags) | Internal.Cryptography.Pal.StorePal | inlinestatic |
FromBlobOrFile(ReadOnlySpan< byte > rawData, string fileName, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags) | Internal.Cryptography.Pal.StorePal | inlineprivatestatic |
FromCertificate(ICertificatePalCore cert) | Internal.Cryptography.Pal.StorePal | inlinestatic |
FromFile(string fileName, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags) | Internal.Cryptography.Pal.StorePal | inlinestatic |
FromHandle(IntPtr storeHandle) | Internal.Cryptography.Pal.StorePal | inlinestatic |
FromSystemStore(string storeName, StoreLocation storeLocation, OpenFlags openFlags) | Internal.Cryptography.Pal.StorePal | inlinestatic |
LinkFromCertificateCollection(X509Certificate2Collection certificates) | Internal.Cryptography.Pal.StorePal | inlinestatic |
MapKeyStorageFlags(X509KeyStorageFlags keyStorageFlags) | Internal.Cryptography.Pal.StorePal | inlineprivatestatic |
MapX509StoreFlags(StoreLocation storeLocation, OpenFlags flags) | Internal.Cryptography.Pal.StorePal | inlineprivatestatic |
MoveTo(X509Certificate2Collection collection) | Internal.Cryptography.Pal.StorePal | inline |
Remove(ICertificatePal certificate) | Internal.Cryptography.Pal.StorePal | inline |
SafeCertStoreHandle | Internal.Cryptography.Pal.StorePal | package |
SafeHandle | Internal.Cryptography.Pal.StorePal | private |
SaveToMemoryStore(CertStoreSaveAs dwSaveAs) | Internal.Cryptography.Pal.StorePal | inlineprivate |
StorePal(SafeCertStoreHandle certStore) | Internal.Cryptography.Pal.StorePal | inlinepackage |