This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
X509Certificate Members
Public:
Constructor
Methods
CreateFromCertFile |
[To be supplied.] |
CreateFromSignedFile |
[To be supplied.] |
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetCertHash |
Returns the hash for the certificate as an array of bytes. |
GetCertHashString |
Returns the hash for this certificate as a hex string. |
GetEffectiveDateString |
Returns the effective date of this certificate. |
GetExpirationDateString |
Returns the expiration date of this certificate. |
GetFormat |
Returns the name of the format of this certificate. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetIssuerName |
Returns the name of the Certification Authority that issued the certificate. |
GetKeyAlgorithm |
Returns a hex string representing the key algorithm information for this certificate. |
GetKeyAlgorithmParameters |
Returns raw byte data for the key algorithm information. |
GetKeyAlgorithmParametersString |
Returns a String identifying the algorithm with which the key intended to be used. |
GetName |
Returns the name of this principal. |
GetPublicKey |
Returns a raw byte data representation of the public key. |
GetPublicKeyString |
Returns a hex string representation of the public key. |
GetRawCertData |
Returns the raw data for the entire certificate. |
GetRawCertDataString |
Returns hex string representation of the data for this entire certificate. |
GetSerialNumber |
Returns a byte array corresponding to the serial number. |
GetSerialNumberString |
Returns a hex string representation of the serial number. |
GetType (inherited from Object) |
Gets the Type of the Object. |
ToString |
Overloaded. Returns a string representation of the current X509Certificate object. |
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
X509Certificate Class | System.Security.Cryptography.X509Certificates Namespace