Class SignatureMethodType
[Serializable]
public class SignatureMethodType
- Inheritance
-
SignatureMethodType
- Inherited Members
Properties
Algorithm
[Required(AllowEmptyStrings = true)]
public string Algorithm { get; set; }
Property Value
Any
[AllowNull]
[MaybeNull]
public Collection<XmlElement> Any { get; set; }
Property Value
AnySpecified
Gets a value indicating whether the Any collection is empty.
public bool AnySpecified { get; }
Property Value
HmacOutputLength
[AllowNull]
[MaybeNull]
public string HmacOutputLength { get; set; }
Property Value
Text
public string[] Text { get; set; }
Property Value
- string[]