SignedInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a XmlDsig SignedInfo element as per: https://www.w3.org/TR/2001/PR-xmldsig-core-20010820/#sec-SignedInfo
public class SignedInfo : Microsoft.IdentityModel.Xml.DSigElement
type SignedInfo = class
inherit DSigElement
Public Class SignedInfo
Inherits DSigElement
- Inheritance
Constructors
SignedInfo() |
Initializes a SignedInfo instance. |
SignedInfo(Reference) |
Initializes a SignedInfo instance. |
Properties
CanonicalizationMethod |
Gets or sets the CanonicalizationMethod |
Id |
Gets or sets the Id. (Inherited from DSigElement) |
Prefix |
Gets or sets the prefix associated with the element. (Inherited from DSigElement) |
References |
Gets or sets the Reference. |
SignatureMethod |
Gets or sets the SignatureMethod. |
Methods
GetCanonicalBytes(Stream) |
Writes the Canonicalized bytes into a stream. |
Verify(CryptoProviderFactory) |
Verifies the digest of all References. |