Signature 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 Signature element as per: https://www.w3.org/TR/2001/PR-xmldsig-core-20010820/#sec-Signature
public class Signature : Microsoft.IdentityModel.Xml.DSigElement
type Signature = class
inherit DSigElement
Public Class Signature
Inherits DSigElement
- Inheritance
Constructors
Signature() |
Initializes a Signature instance. |
Signature(SignedInfo) |
Initializes a Signature instance. |
Properties
Id |
Gets or sets the Id. (Inherited from DSigElement) |
KeyInfo |
Gets or sets the KeyInfo |
Prefix |
Gets or sets the prefix associated with the element. (Inherited from DSigElement) |
SignatureValue |
Gets or sets the SignatureValue |
SignedInfo |
Gets or sets the SignedInfo. |
Methods
Verify(SecurityKey, CryptoProviderFactory) |
Verifies the signature over the SignedInfo. |
Verify(SecurityKey) |
Verifies the signature over the SignedInfo. |