CseIdentity constructor
CseIdentity({
- String? emailAddress,
- String? primaryKeyPairId,
- SignAndEncryptKeyPairs? signAndEncryptKeyPairs,
Implementation
CseIdentity({
this.emailAddress,
this.primaryKeyPairId,
this.signAndEncryptKeyPairs,
});