Méthode | Description | |
---|---|---|
AddAttribute ( |
Add an attribute.
|
|
AddExtension ( string oid, bool critical, |
Add a given extension field for the standard extensions tag.
|
|
AddExtension ( string oid, bool critical, byte extensionValue ) : void |
Add a given extension field for the standard extensions tag. The value parameter becomes the contents of the octet string associated with the extension.
|
|
Generate ( |
Generate an X509 certificate, based on the current issuer and subject.
|
|
Generate ( |
Generate an X509 certificate, based on the current issuer and subject, using the supplied source of randomness, if required.
|
|
Reset ( ) : void |
Reset the generator
|
|
SetHolder ( |
Set the Holder of this Attribute Certificate.
|
|
SetIssuer ( |
Set the issuer.
|
|
SetIssuerUniqueId ( bool iui ) : void | ||
SetNotAfter ( System.DateTime date ) : void | ||
SetNotBefore ( System.DateTime date ) : void | ||
SetSerialNumber ( |
Set the serial number for the certificate.
|
|
SetSignatureAlgorithm ( string signatureAlgorithm ) : void |
Set the signature algorithm. This can be either a name or an OID, names are treated as case insensitive.
|
|
X509V2AttributeCertificateGenerator ( ) : System |
public AddAttribute ( |
||
attribute | ||
Résultat | void |
public AddExtension ( string oid, bool critical, |
||
oid | string | |
critical | bool | |
extensionValue | ||
Résultat | void |
public AddExtension ( string oid, bool critical, byte extensionValue ) : void | ||
oid | string | |
critical | bool | |
extensionValue | byte | |
Résultat | void |
public Generate ( |
||
publicKey | ||
Résultat | IX509AttributeCertificate |
public Generate ( |
||
publicKey | ||
random | ||
Résultat | IX509AttributeCertificate |
public SetHolder ( |
||
holder | ||
Résultat | void |
public SetIssuer ( |
||
issuer | ||
Résultat | void |
public SetIssuerUniqueId ( bool iui ) : void | ||
iui | bool | |
Résultat | void |
public SetNotAfter ( System.DateTime date ) : void | ||
date | System.DateTime | |
Résultat | void |
public SetNotBefore ( System.DateTime date ) : void | ||
date | System.DateTime | |
Résultat | void |
public SetSerialNumber ( |
||
serialNumber | ||
Résultat | void |
public SetSignatureAlgorithm ( string signatureAlgorithm ) : void | ||
signatureAlgorithm | string | The algorithm name. |
Résultat | void |
public X509V2AttributeCertificateGenerator ( ) : System | ||
Résultat | System |