Class SignatureType
[Serializable]
public class SignatureType
- Inheritance
-
SignatureType
- Inherited Members
Properties
Id
[AllowNull]
[MaybeNull]
public string Id { get; set; }
Property Value
KeyInfo
[AllowNull]
[MaybeNull]
public KeyInfoType KeyInfo { get; set; }
Property Value
Object
[AllowNull]
[MaybeNull]
public Collection<ObjectType> Object { get; set; }
Property Value
ObjectSpecified
Gets a value indicating whether the Object collection is empty.
public bool ObjectSpecified { get; }
Property Value
SignatureValue
[Required(AllowEmptyStrings = true)]
public SignatureValueType SignatureValue { get; set; }
Property Value
SignedInfo
[Required(AllowEmptyStrings = true)]
public SignedInfoType SignedInfo { get; set; }