Class ValidateCredentialAttribute
An attribute to define which methods have the credential validation (without security check)
[AttributeUsage(AttributeTargets.Method)]
public class ValidateCredentialAttribute : Attribute
- Inheritance
-
ValidateCredentialAttribute
- Inherited Members
Constructors
ValidateCredentialAttribute()
public ValidateCredentialAttribute()