Class ClaimMappingDefinition
Inheritance
System.Object
ClaimMappingDefinition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.AspNetCore.Model
Assembly: AzureFromTheTrenches.Commanding.AspNetCore.dll
Syntax
public class ClaimMappingDefinition
Properties
| Improve this Doc View SourceClaimType
Declaration
public string ClaimType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |