Show / Hide Table of Contents

Class SecurityPropertyAttribute

Used to mark command properties as a security risk and for extensions to behave appropriately. For example UserId, if normally obtained from a claim, would be dangerous to serialize through a REST API and the Asp.Net extensions will interpret this and ensure that it is excluded from binding

Inheritance
System.Object
SecurityPropertyAttribute
Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public class SecurityPropertyAttribute : Attribute
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall