SessionCreate |
Create a signature configuration for an on-demand certificate
public SignatureConfiguration CreateSignatureForOnDemandIdentity( string identity, string distinguishedName, StepUp stepUp )
The Claimed Identity string as provided by Swisscom: ‹customer name›:‹key identity›
Example: "ais-90days-trial:OnDemand-Advanced4"
The requested distinguished name of the on-demand certificate.
Example: "cn=Hans Muster,o=ACME,c=CH"
Exception | Condition |
---|---|
ArgumentNullException | if identity is . |
ArgumentNullException | if distinguishedName is . |