CreateFromCertFile(const String &filename) | System::Security::Cryptography::X509Certificates::X509Certificate | static |
CreateFromSignedFile(const String &filename) | System::Security::Cryptography::X509Certificates::X509Certificate | static |
Dispose() override | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
Equals(SharedPtr< Object > obj) override | System::Security::Cryptography::X509Certificates::X509Certificate | |
System::Object::Equals(ptr obj) | System::Object | virtual |
System::Object::Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
System::Object::Equals(float const &objA, float const &objB) | System::Object | inline |
System::Object::Equals(double const &objA, double const &objB) | System::Object | inline |
Export(X509ContentType content_type) const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
Export(X509ContentType content_type, const SecureStringPtr &password) const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
Export(X509ContentType content_type, const String &password) const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
FormatDate(DateTime dt) | System::Security::Cryptography::X509Certificates::X509Certificate | protectedstatic |
get_Archived() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_Extensions() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_FriendlyName() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_Handle() const | System::Security::Cryptography::X509Certificates::X509Certificate | |
get_HasPrivateKey() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_Issuer() const | System::Security::Cryptography::X509Certificates::X509Certificate | |
get_IssuerName() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_NotAfter() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_NotBefore() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_PrivateKey() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_PublicKey() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_RawData() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_SerialNumber() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_SignatureAlgorithm() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_Subject() const | System::Security::Cryptography::X509Certificates::X509Certificate | |
get_SubjectName() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_Thumbprint() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
get_Version() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
GetCertContentType(const ByteArrayPtr &raw_data) | System::Security::Cryptography::X509Certificates::X509Certificate2 | static |
GetCertContentType(const String &filename) | System::Security::Cryptography::X509Certificates::X509Certificate2 | static |
GetCertHash() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetCertHash(const HashAlgorithmName &hash_algorithm) const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetCertHashString() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetCertHashString(const HashAlgorithmName &hash_algorithm) const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetCounter() | System::Object | inline |
GetDSAPrivateKey() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
GetDSAPublicKey() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
GetECDsaPrivateKey() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
GetECDsaPublicKey() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
GetEffectiveDateString() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetExpirationDateString() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetFormat() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetHashCode() const override | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetIssuerName() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetIssuerNameInternal() const | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
GetKeyAlgorithm() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetKeyAlgorithmParameters() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetKeyAlgorithmParametersString() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetName() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetNameInfo(X509NameType name_type, bool for_issuer) const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
GetNotAfter() const | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
GetNotBefore() const | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
GetPublicKey() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetPublicKeyString() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetRawCertData() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetRawCertDataString() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetRawCertHash() const | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
GetRawKeyAlgorithmParameters() const | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
GetRawPublicKey() const | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
GetRawSerialNumber() const | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
GetRSAPrivateKey() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
GetRSAPublicKey() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
GetSerialNumber() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetSerialNumberString() const | System::Security::Cryptography::X509Certificates::X509Certificate | virtual |
GetSubjectNameInternal() const | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
GetType() const | System::Object | virtual |
Import(const String &filename, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags) override | System::Security::Cryptography::X509Certificates::X509Certificate2 | virtual |
Import(const String &filename, const String &password, X509KeyStorageFlags key_storage_flags) override | System::Security::Cryptography::X509Certificates::X509Certificate2 | virtual |
Import(const ByteArrayPtr &data, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags) override | System::Security::Cryptography::X509Certificates::X509Certificate2 | virtual |
Import(const ByteArrayPtr &data, const String &password, X509KeyStorageFlags key_storage_flags) override | System::Security::Cryptography::X509Certificates::X509Certificate2 | virtual |
Import(const String &filename) override | System::Security::Cryptography::X509Certificates::X509Certificate2 | virtual |
Import(const ByteArrayPtr &data) override | System::Security::Cryptography::X509Certificates::X509Certificate2 | virtual |
Is(const TypeInfo &targetType) const | System::Object | virtual |
Lock() | System::Object | |
m_pimpl | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
MemberwiseClone() const | System::Object | virtual |
Object() | System::Object | |
Object(Object const &x) | System::Object | |
operator=(const X509Certificate &)=delete | System::Security::Cryptography::X509Certificates::X509Certificate | |
System::Object::operator=(Object const &x) | System::Object | inline |
ptr typedef | System::Object | |
Ptr typedef | System::Security::Cryptography::X509Certificates::X509Certificate | |
ReferenceEquals(ptr const &objA, ptr const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, T const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, std::nullptr_t) | System::Object | inlinestatic |
ReferenceEquals(String const &str, std::nullptr_t) | System::Object | inline |
ReferenceEquals(String const &str1, String const &str2) | System::Object | inline |
RemovedSharedRefs(int count) | System::Object | inline |
Reset() override | System::Security::Cryptography::X509Certificates::X509Certificate2 | virtual |
set_Archived(bool value) const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
set_FriendlyName(const String &value) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
set_PrivateKey(const SharedPtr< AsymmetricAlgorithm > &value) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
SetTemplateWeakPtr(unsigned int argument) | System::Object | virtual |
shared_members_type typedef | System::Object | |
SharedCount() const | System::Object | inline |
SharedRefAdded() | System::Object | inline |
SharedRefRemovedSafe() | System::Object | inline |
ToString(bool verbose) const override | System::Security::Cryptography::X509Certificates::X509Certificate2 | virtual |
ToString() const override | System::Security::Cryptography::X509Certificates::X509Certificate2 | virtual |
Type() | System::Object | inlinestatic |
Unlock() | System::Object | |
Verify() const | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
VerifyCertificateCreated() const | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
WeakRefAdded() | System::Object | inline |
WeakRefRemoved() | System::Object | inline |
X509Certificate(const X509Certificate &)=delete | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate() | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const ByteArrayPtr &data) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const String &filename) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const SharedPtr< X509Certificate > &cert) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const ByteArrayPtr &raw_data, const String &password) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const ByteArrayPtr &raw_data, const SecureStringPtr &password) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const String &filename, const String &password) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const String &filename, const SecureStringPtr &password) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const ByteArrayPtr &raw_data, const String &password, X509KeyStorageFlags key_storage_flags) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const ByteArrayPtr &raw_data, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const String &filename, const String &password, X509KeyStorageFlags key_storage_flags) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const String &filename, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate(const ByteArrayPtr &raw_data, const ByteArrayPtr &private_key, X509KeyStorageFlags key_storage_flags) | System::Security::Cryptography::X509Certificates::X509Certificate | |
X509Certificate2() | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const String &filename) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const SharedPtr< X509Certificate > &cert) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const ByteArrayPtr &raw_data) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const ByteArrayPtr &raw_data, const String &password) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const ByteArrayPtr &raw_data, const SecureStringPtr &password) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const ByteArrayPtr &raw_data, const String &password, X509KeyStorageFlags key_storage_flags) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const ByteArrayPtr &raw_data, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const String &filename, const String &password) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const String &filename, const SecureStringPtr &password) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const String &filename, const String &password, X509KeyStorageFlags key_storage_flags) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const String &filename, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
X509Certificate2(const ByteArrayPtr &raw_data, const ByteArrayPtr &private_key, X509KeyStorageFlags key_storage_flags) | System::Security::Cryptography::X509Certificates::X509Certificate2 | |
~Object() | System::Object | virtual |
~X509Certificate() | System::Security::Cryptography::X509Certificates::X509Certificate | protected |
~X509Certificate2() | System::Security::Cryptography::X509Certificates::X509Certificate2 | protected |