Overload | Description |
---|---|
UACreateCertificateArguments Constructor() | Initializes a new instance of the class with default data. |
UACreateCertificateArguments Constructor(Boolean) | Initializes a new instance of the class, specifying whether the certificate must not exist. |
UACreateCertificateArguments Constructor(CertificateGenerationParameters) | Initializes a new instance of the class, specifying the certificate generation parameters. |
UACreateCertificateArguments Constructor(UAAssureCertificateArguments,Boolean) | Initializes a new instance of the class, specifying UAAssureCertificateArguments, and whether the certificate must not exist. |
UACreateCertificateArguments Constructor(UACreateCertificateArguments) | Initializes a new instance as a copy of an existing arguments object. |
UACreateCertificateArguments Constructor(String) | Initializes a new instance of the class, specifying the certificate sub-id. The arguments also specify that the certificate must not exist. |
UACreateCertificateArguments Constructor(String,CertificateGenerationParameters,Boolean) | Initializes a new instance of the class, specifying the certificate sub-id, certificate generation parameters, and whether the certificate must not exist. |
UACreateCertificateArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |