Share via


SignatureReference Class

Specifies a digest algorithm and digest value, and optionally an identifier of the object being signed, the type of the object, and/or a list of transforms to be applied prior to digesting.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim signatureReference1 As New SignatureReference()

Syntax

'Declaration
Public Class SignatureReference
public class SignatureReference
public ref class SignatureReference
public class SignatureReference
public class SignatureReference

Remarks

Each SignatureReference includes the digest method and resulting digest value calculated over the identified data object. It also may include transformations that produced the input to the digest operation. A data object is signed by computing its digest value and a signature over that value.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services3.Security.SignatureReference

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SignatureReference Members
Microsoft.Web.Services3.Security Namespace