Method | Description | |
---|---|---|
Export ( String subject, String issuer, String password, System.Boolean isServer ) : Byte[] | ||
NetCertificateBuilder ( String hashAlgorithm ) : System |
Method | Description | |
---|---|---|
CreateCertificateRequest ( Object subject, Object issuer, Object privateKey, Object keyUseSection, Object hashAlgorithm ) : Object | ||
CreateDistinguishedName ( String subject ) : Object | ||
CreateHashAlgorithm ( ) : Object | ||
CreateKeyUseSection ( System.Boolean isServer ) : Object | ||
CreatePrivateKey ( ) : Object | ||
EnrollCertificate ( String subject, String password, Object certificateRequest ) : |
public Export ( String subject, String issuer, String password, System.Boolean isServer ) : Byte[] | ||
subject | String | |
issuer | String | |
password | String | |
isServer | System.Boolean | |
return | Byte[] |
public NetCertificateBuilder ( String hashAlgorithm ) : System | ||
hashAlgorithm | String | |
return | System |