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
- Extension Methods
Constructors
IdentityId(string)
Represents the unique identifier for the identity owned by the identity provider.
public IdentityId(string Value)
Parameters
ValuestringConcept value.
Fields
Empty
Represents an empty IdentityId.
public static readonly IdentityId Empty
Field Value
Operators
implicit operator IdentityId(string)
Implicitly convert from string to IdentityId.
public static implicit operator IdentityId(string value)
Parameters
valuestringString to convert from.