X509Certificate Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The X509Certificate type exposes the following members.

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows Phone CreateFromCertFile Security Critical. Creates an X.509 version 3 certificate from the specified certification file.
Protected methodSupported by Silverlight for Windows Phone CreateHexString Infrastructure. Creates a hexadecimal string from the specified byte array.
Public methodSupported by Silverlight for Windows Phone Equals(Object) Compares two X509Certificate objects for equality. (Overrides Object.Equals(Object).)
Public methodSupported by Silverlight for Windows Phone Equals(X509Certificate) Compares two X509Certificate objects for equality.
Public methodSupported by Silverlight for Windows Phone Export(X509ContentType) Exports the current X509Certificate object to a byte array in a format described by one of the X509ContentType values.
Public methodSupported by Silverlight for Windows Phone Export(X509ContentType, String) Exports the current X509Certificate object to a byte array in a format described by one of the X509ContentType values, and using the specified password.
Protected methodSupported by Silverlight for Windows Phone Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetCertHash Returns the hash value for the X.509 version 3 certificate as an array of bytes.
Public methodSupported by Silverlight for Windows Phone GetCertHashString Returns the hash value for the X.509 version 3 certificate as a hexadecimal string.
Public methodSupported by Silverlight for Windows Phone GetEffectiveDateString Returns the effective date of this X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetExpirationDateString Returns the expiration date of this X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetFormat Returns the name of the format of this X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetHashCode Returns the hash code for the X.509 version 3 certificate as an integer. (Overrides Object.GetHashCode().)
Public methodSupported by Silverlight for Windows Phone GetKeyAlgorithm Returns the key algorithm information for this X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetKeyAlgorithmParameters Returns the key algorithm parameters for the X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetKeyAlgorithmParametersString Returns the key algorithm parameters for the X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetPublicKey Returns the public key for the X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetPublicKeyString Returns the public key for the X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetRawCertData Returns the raw data for the entire X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetRawCertDataString Returns the raw data for the entire X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetSerialNumber Returns the serial number of the X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetSerialNumberString Returns the serial number of the X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone Import(array<Byte[]) Populates the X509Certificate object with data from a byte array.
Public methodSupported by Silverlight for Windows Phone Import(String) Security Critical. Populates the X509Certificate object with information from a certificate file.
Public methodSupported by Silverlight for Windows Phone Import(array<Byte[], String, X509KeyStorageFlags) Populates the X509Certificate object using data from a byte array, a password, and flags for determining how the private key is imported.
Public methodSupported by Silverlight for Windows Phone Import(String, String, X509KeyStorageFlags) Security Critical. Populates the X509Certificate object with information from a certificate file, a password, and a X509KeyStorageFlags value.
Protected methodSupported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone ToString() Returns a string representation of the current X509Certificate object. (Overrides Object.ToString().)
Public methodSupported by Silverlight for Windows Phone ToString(Boolean) Returns a string representation of the current X509Certificate object, with extra information, if specified.

Top