Delen via


RSASHA1SignatureFormatter Constructor (RSA)

Initializes a new instance of the RSASHA1SignatureFormatter class using the specified key.

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

Usage

'Usage
Dim key As RSA
Dim rSASHA1SignatureFormatter1 As New RSASHA1SignatureFormatter(key)

Syntax

'Declaration
Public Sub New( _
    ByVal key As RSA _
)
public RSASHA1SignatureFormatter(
    RSA key
);
public:
RSASHA1SignatureFormatter(
    RSA^ key
);
public RSASHA1SignatureFormatter(
    RSA key
);
public function RSASHA1SignatureFormatter(
     key : RSA
);

Parameters

  • key
    An RSA that represents the key.

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

RSASHA1SignatureFormatter Class
RSASHA1SignatureFormatter Members
Microsoft.Web.Services3.Security.Cryptography Namespace