Mono Class Library: OverviewSystem.Security.Cryptography.X509Certificates.X509Certificate: Method Members |
The methods of System.Security.Cryptography.X509Certificates.X509Certificate are listed below. For a list of all members, see the X509Certificate Members list.
See Also: Inherited members from System.Object
staticCreateFromCertFile(string) : System.Security.Cryptography.X509Certificates.X509Certificate Create a new X509Certificate object from the specified file. staticCreateFromSignedFile(string) : System.Security.Cryptography.X509Certificates.X509Certificate Create a new X509Certificate instance from an Authenticode(tm) signed file. overrideEquals(object) : bool Documentation for this section has not yet been entered.Equals(System.Security.Cryptography.X509Certificates.X509Certificate) : bool Documentation for this section has not yet been entered.Export(System.Security.Cryptography.X509Certificates.X509ContentType) : byte[] Documentation for this section has not yet been entered.Export(System.Security.Cryptography.X509Certificates.X509ContentType, System.Security.SecureString) : byte[] Documentation for this section has not yet been entered.Export(System.Security.Cryptography.X509Certificates.X509ContentType, string) : byte[] Documentation for this section has not yet been entered.GetCertHash() : byte[] Return a unique hash value for the certificate as an array of bytes.GetCertHashString() : string Return a unique hash value for the certificate as an hexadecimal string.GetEffectiveDateString() : string Documentation for this section has not yet been entered.GetExpirationDateString() : string Documentation for this section has not yet been entered.GetFormat() : string Return the type of certificate. overrideGetHashCode() : int Documentation for this section has not yet been entered.GetIssuerName() : string Documentation for this section has not yet been entered.GetKeyAlgorithm() : string Documentation for this section has not yet been entered.GetKeyAlgorithmParameters() : byte[] Documentation for this section has not yet been entered.GetKeyAlgorithmParametersString() : string Documentation for this section has not yet been entered.GetName() : string Documentation for this section has not yet been entered.GetPublicKey() : byte[] Documentation for this section has not yet been entered.GetPublicKeyString() : string Documentation for this section has not yet been entered.GetRawCertData() : byte[] Documentation for this section has not yet been entered.GetRawCertDataString() : string Documentation for this section has not yet been entered.GetSerialNumber() : byte[] Return the certificate serial number (a large integer) as an array of bytes.GetSerialNumberString() : string Return the certificate serial number (a large integer) as a string.Import(byte[]) Documentation for this section has not yet been entered.Import(string) Documentation for this section has not yet been entered.Import(byte[], System.Security.SecureString, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) Documentation for this section has not yet been entered.Import(byte[], string, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) Documentation for this section has not yet been entered.Import(string, System.Security.SecureString, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) Documentation for this section has not yet been entered.Import(string, string, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) Documentation for this section has not yet been entered.Reset() Documentation for this section has not yet been entered. overrideToString() : string Get a textual representation of the object.ToString(bool) : string Get a textual representation of the object.