Class AWSSignerTypeAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class AWSSignerTypeAttribute : Attribute
- Inheritance
-
AWSSignerTypeAttribute
- Inherited Members
Constructors
AWSSignerTypeAttribute(string)
public AWSSignerTypeAttribute(string signerType)
Parameters
signerType
string
Properties
SignerType
public string SignerType { get; }