Table of Contents

Class EncryptionKeyIdentifier

Namespace
Cratis.Chronicle.Compliance
Assembly
Cratis.Chronicle.dll

Represents the unique identifier of an encryption key.

public record EncryptionKeyIdentifier : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<EncryptionKeyIdentifier>
Inheritance
EncryptionKeyIdentifier
Implements
Inherited Members

Constructors

EncryptionKeyIdentifier(string)

Represents the unique identifier of an encryption key.

public EncryptionKeyIdentifier(string Value)

Parameters

Value string

The underlying value.

Operators

implicit operator EncryptionKeyIdentifier(string)

Implicitly convert from string to EncryptionKeyIdentifier.

public static implicit operator EncryptionKeyIdentifier(string value)

Parameters

value string

string to convert from.

Returns

EncryptionKeyIdentifier