Signature Class

Definition

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
Signature

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)

Verifies the signature over the SignedInfo.

Verify(SecurityKey, CryptoProviderFactory)

Verifies the signature over the SignedInfo.

Applies to