X509Certificate

cs.system.security.cryptography.x509certificates.X509Certificate (extern class)

Static Members

CreateFromCertFile(filename: String): X509Certificate
Name Type
filename String
Returns
X509Certificate

CreateFromSignedFile(filename: String): X509Certificate
Name Type
filename String
Returns
X509Certificate

Instance Members


Subject: String

Issuer: String

Returns
cs.NativeArray<cs.types.UInt8>

GetCertHashString(): String
Returns
String

GetEffectiveDateString(): String
Returns
String

GetExpirationDateString(): String
Returns
String

GetFormat(): String
Returns
String

GetIssuerName(): String
Returns
String

GetKeyAlgorithm(): String
Returns
String

GetKeyAlgorithmParameters(): cs.NativeArray<cs.types.UInt8>
Returns
cs.NativeArray<cs.types.UInt8>

GetKeyAlgorithmParametersString(): String
Returns
String

GetName(): String
Returns
String

Returns
cs.NativeArray<cs.types.UInt8>

GetPublicKeyString(): String
Returns
String

GetRawCertData(): cs.NativeArray<cs.types.UInt8>
Returns
cs.NativeArray<cs.types.UInt8>

GetRawCertDataString(): String
Returns
String

GetSerialNumber(): cs.NativeArray<cs.types.UInt8>
Returns
cs.NativeArray<cs.types.UInt8>

GetSerialNumberString(): String
Returns
String

ToString(): String
Returns
String

Export(contentType: Anonymous): cs.NativeArray<cs.types.UInt8>
Name Type
contentType Anonymous
Returns
cs.NativeArray<cs.types.UInt8>

Name Type
rawData cs.NativeArray<cs.types.UInt8>

Reset(): Void

Name Type
data cs.NativeArray<cs.types.UInt8>

Metadata

Name Parameters
:nativeGen -
:libType -
:csNative -