Table of Contents

Class IdentityId

Namespace
Cratis.Applications.Identity
Assembly
Cratis.Applications.dll

Represents the unique identifier for the identity owned by the identity provider.

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

Constructors

IdentityId(string)

Represents the unique identifier for the identity owned by the identity provider.

public IdentityId(string Value)

Parameters

Value string

Concept value.

Operators

implicit operator IdentityId(string)

Implicitly convert from string to IdentityId.

public static implicit operator IdentityId(string value)

Parameters

value string

String to convert from.

Returns

IdentityId