Table of Contents

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

payloadType Type

Properties

ClaimCheckName

public string ClaimCheckName { get; set; }

Property Value

string

ClaimIdPrefix

public string ClaimIdPrefix { get; set; }

Property Value

string

FactoryName

public string FactoryName { get; set; }

Property Value

string

PayloadType

public Type PayloadType { get; }

Property Value

Type

StoreName

public string StoreName { get; set; }

Property Value

string