Class GenerateClaimCheckAttribute
- Namespace
- PatternKit.Generators.Messaging
- Assembly
- PatternKit.Generators.Abstractions.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, Inherited = false)]
public sealed class GenerateClaimCheckAttribute : Attribute
- Inheritance
-
GenerateClaimCheckAttribute
- Inherited Members
Constructors
GenerateClaimCheckAttribute(Type)
public GenerateClaimCheckAttribute(Type payloadType)
Parameters
payloadTypeType
Properties
ClaimCheckName
public string ClaimCheckName { get; set; }
Property Value
ClaimIdPrefix
public string ClaimIdPrefix { get; set; }
Property Value
FactoryName
public string FactoryName { get; set; }
Property Value
PayloadType
public Type PayloadType { get; }
Property Value
StoreName
public string StoreName { get; set; }