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
stringConcept value.
Operators
implicit operator IdentityId(string)
Implicitly convert from string to IdentityId.
public static implicit operator IdentityId(string value)
Parameters
value
stringString to convert from.