Table of Contents

Enum CredentialType

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Enumeration of the types of credentials.

public enum CredentialType

Fields

Initial = 0

Initial credential is a credential that is submitted by the identity provider on behalf of the user. There is only one initial credential per identity.

Normal = 1

A normal credential is one where the identity behind it is only known to the owner of the account, unless the anonymity revocation process was followed.