Свойство | Type | Description | |
---|---|---|---|
Export | byte[] | ||
Export | byte[] | ||
GetIssuerName | string | ||
GetName | string | ||
GetNotAfter | System.DateTime | ||
GetNotBefore | System.DateTime | ||
GetRawCertHash | byte[] | ||
GetRawSerialNumber | byte[] | ||
IDeserializationCallback | void | ||
ISerializable | void | ||
Import | void | ||
Import | void | ||
Import | void | ||
Import | void | ||
ThrowIfInvalid | void | ||
ValidateKeyStorageFlags | void | ||
VerifyContentType | void | ||
X509Certificate | |||
X509Certificate | |||
X509Certificate | |||
X509Certificate | |||
X509Certificate | System.Diagnostics | ||
X509Certificate | System.Diagnostics | ||
X509Certificate | System.Diagnostics | ||
X509Certificate | System.Diagnostics | ||
X509Certificate | System.Diagnostics | ||
X509Certificate | System.Diagnostics |
Méthode | Description | |
---|---|---|
CreateFromCertFile ( string filename ) : System.Security.Cryptography.X509Certificates.X509Certificate | ||
CreateFromCertFile ( string filename ) : |
||
CreateFromSignedFile ( string filename ) : System.Security.Cryptography.X509Certificates.X509Certificate | ||
CreateFromSignedFile ( string filename ) : |
||
Dispose ( ) : void | ||
Equals ( System other ) : bool | ||
Equals ( |
||
Equals ( object obj ) : bool | ||
Export ( System contentType ) : byte[] | ||
Export ( System contentType, string password ) : byte[] | ||
Export ( X509ContentType contentType ) : byte[] | ||
Export ( X509ContentType contentType, string password ) : byte[] | ||
GetCertHash ( ) : byte[] | ||
GetCertHashString ( ) : string | ||
GetEffectiveDateString ( ) : string | ||
GetExpirationDateString ( ) : string | ||
GetFormat ( ) : string | ||
GetHashCode ( ) : int | ||
GetKeyAlgorithm ( ) : string | ||
GetKeyAlgorithmParameters ( ) : byte[] | ||
GetKeyAlgorithmParametersString ( ) : string | ||
GetPublicKey ( ) : byte[] | ||
GetPublicKeyString ( ) : string | ||
GetRawCertData ( ) : byte[] | ||
GetRawCertDataString ( ) : string | ||
GetSerialNumber ( ) : byte[] | ||
GetSerialNumberString ( ) : string | ||
Import ( byte rawData ) : void | ||
Import ( byte rawData, string password, System keyStorageFlags ) : void | ||
Import ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : void | ||
Import ( string fileName ) : void | ||
Import ( string fileName, string password, System keyStorageFlags ) : void | ||
Import ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : void | ||
Reset ( ) : void | ||
System ( System info, System context ) : void | ||
System ( object sender ) : void | ||
ToString ( ) : string | ||
ToString ( bool fVerbose ) : string | ||
X509Certificate ( ) | ||
X509Certificate ( System handle ) | ||
X509Certificate ( System info, System context ) | ||
X509Certificate ( byte data ) | ||
X509Certificate ( byte rawData, string password ) | ||
X509Certificate ( byte rawData, string password, System keyStorageFlags ) | ||
X509Certificate ( string fileName ) | ||
X509Certificate ( string fileName, string password ) | ||
X509Certificate ( string fileName, string password, System keyStorageFlags ) | ||
X509Certificate ( ) : System.Diagnostics | ||
X509Certificate ( |
||
X509Certificate ( |
||
X509Certificate ( byte data ) : System.Diagnostics | ||
X509Certificate ( byte rawData, string password ) : System.Diagnostics | ||
X509Certificate ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : System.Diagnostics | ||
X509Certificate ( string fileName ) : System.Diagnostics | ||
X509Certificate ( string fileName, string password ) : System.Diagnostics | ||
X509Certificate ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : System.Diagnostics |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
FormatDate ( System.DateTime date ) : string |
Convert a date to a string. Some cultures, specifically using the Um-AlQura calendar cannot convert dates far into the future into strings. If the expiration date of an X.509 certificate is beyond the range of one of these cases, we need to fall back to a calendar which can express the dates
|
|
FormatDate ( System date ) : string |
Méthode | Description | |
---|---|---|
Export ( System contentType, System password ) : byte[] | ||
Export ( X509ContentType contentType, SecureString password ) : byte[] | ||
GetIssuerName ( ) : string | ||
GetName ( ) : string | ||
GetNotAfter ( ) : System.DateTime | ||
GetNotBefore ( ) : System.DateTime | ||
GetRawCertHash ( ) : byte[] | ||
GetRawSerialNumber ( ) : byte[] | ||
IDeserializationCallback ( object sender ) : void | ||
ISerializable ( SerializationInfo info, StreamingContext context ) : void | ||
Import ( byte rawData, SecureString password, X509KeyStorageFlags keyStorageFlags ) : void | ||
Import ( byte rawData, System password, System keyStorageFlags ) : void | ||
Import ( string fileName, SecureString password, X509KeyStorageFlags keyStorageFlags ) : void | ||
Import ( string fileName, System password, System keyStorageFlags ) : void | ||
ThrowIfInvalid ( ) : void | ||
ValidateKeyStorageFlags ( X509KeyStorageFlags keyStorageFlags ) : void | ||
VerifyContentType ( X509ContentType contentType ) : void | ||
X509Certificate ( byte rawData, System password ) | ||
X509Certificate ( byte rawData, System password, System keyStorageFlags ) | ||
X509Certificate ( string fileName, System password ) | ||
X509Certificate ( string fileName, System password, System keyStorageFlags ) | ||
X509Certificate ( ICertificatePal pal ) : System.Diagnostics | ||
X509Certificate ( SerializationInfo info, StreamingContext context ) : System.Diagnostics | ||
X509Certificate ( byte rawData, SecureString password ) : System.Diagnostics | ||
X509Certificate ( byte rawData, SecureString password, X509KeyStorageFlags keyStorageFlags ) : System.Diagnostics | ||
X509Certificate ( string fileName, SecureString password ) : System.Diagnostics | ||
X509Certificate ( string fileName, SecureString password, X509KeyStorageFlags keyStorageFlags ) : System.Diagnostics |
public static CreateFromCertFile ( string filename ) : System.Security.Cryptography.X509Certificates.X509Certificate | ||
filename | string | |
Résultat | System.Security.Cryptography.X509Certificates.X509Certificate |
public static CreateFromCertFile ( string filename ) : |
||
filename | string | |
Résultat |
public static CreateFromSignedFile ( string filename ) : System.Security.Cryptography.X509Certificates.X509Certificate | ||
filename | string | |
Résultat | System.Security.Cryptography.X509Certificates.X509Certificate |
public static CreateFromSignedFile ( string filename ) : |
||
filename | string | |
Résultat |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Equals ( |
||
other | ||
Résultat | bool |
public Export ( System contentType ) : byte[] | ||
contentType | System | |
Résultat | byte[] |
public Export ( System contentType, string password ) : byte[] | ||
contentType | System | |
password | string | |
Résultat | byte[] |
public Export ( X509ContentType contentType ) : byte[] | ||
contentType | X509ContentType | |
Résultat | byte[] |
public Export ( X509ContentType contentType, string password ) : byte[] | ||
contentType | X509ContentType | |
password | string | |
Résultat | byte[] |
protected static FormatDate ( System.DateTime date ) : string | ||
date | System.DateTime | |
Résultat | string |
protected static FormatDate ( System date ) : string | ||
date | System | |
Résultat | string |
public GetExpirationDateString ( ) : string | ||
Résultat | string |
public GetKeyAlgorithmParameters ( ) : byte[] | ||
Résultat | byte[] |
public GetKeyAlgorithmParametersString ( ) : string | ||
Résultat | string |
public Import ( byte rawData, string password, System keyStorageFlags ) : void | ||
rawData | byte | |
password | string | |
keyStorageFlags | System | |
Résultat | void |
public Import ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : void | ||
rawData | byte | |
password | string | |
keyStorageFlags | X509KeyStorageFlags | |
Résultat | void |
public Import ( string fileName, string password, System keyStorageFlags ) : void | ||
fileName | string | |
password | string | |
keyStorageFlags | System | |
Résultat | void |
public Import ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : void | ||
fileName | string | |
password | string | |
keyStorageFlags | X509KeyStorageFlags | |
Résultat | void |
public System ( System info, System context ) : void | ||
info | System | |
context | System | |
Résultat | void |
public X509Certificate ( System info, System context ) | ||
info | System | |
context | System |
public X509Certificate ( byte rawData, string password ) | ||
rawData | byte | |
password | string |
public X509Certificate ( byte rawData, string password, System keyStorageFlags ) | ||
rawData | byte | |
password | string | |
keyStorageFlags | System |
public X509Certificate ( string fileName, string password ) | ||
fileName | string | |
password | string |
public X509Certificate ( string fileName, string password, System keyStorageFlags ) | ||
fileName | string | |
password | string | |
keyStorageFlags | System |
public X509Certificate ( ) : System.Diagnostics | ||
Résultat | System.Diagnostics |
public X509Certificate ( |
||
handle | ||
Résultat | System.Diagnostics |
public X509Certificate ( |
||
cert | ||
Résultat | System.Diagnostics |
public X509Certificate ( byte data ) : System.Diagnostics | ||
data | byte | |
Résultat | System.Diagnostics |
public X509Certificate ( byte rawData, string password ) : System.Diagnostics | ||
rawData | byte | |
password | string | |
Résultat | System.Diagnostics |
public X509Certificate ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : System.Diagnostics | ||
rawData | byte | |
password | string | |
keyStorageFlags | X509KeyStorageFlags | |
Résultat | System.Diagnostics |
public X509Certificate ( string fileName ) : System.Diagnostics | ||
fileName | string | |
Résultat | System.Diagnostics |
public X509Certificate ( string fileName, string password ) : System.Diagnostics | ||
fileName | string | |
password | string | |
Résultat | System.Diagnostics |
public X509Certificate ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : System.Diagnostics | ||
fileName | string | |
password | string | |
keyStorageFlags | X509KeyStorageFlags | |
Résultat | System.Diagnostics |