Sdílet prostřednictvím


EncryptionReference Constructor (String)

Initializes a new instance of the EncryptionReference class for the specified the wsu:Id attribute of the target XML element.

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

Usage

'Usage
Dim reference As String
Dim encryptionReference1 As New EncryptionReference(reference)

Syntax

'Declaration
Public Sub New( _
    ByVal reference As String _
)
public EncryptionReference(
    string reference
);
public:
EncryptionReference(
    String^ reference
);
public EncryptionReference(
    System.String reference
);
public function EncryptionReference(
     reference : String
);

Parameters

  • reference

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

EncryptionReference Class
EncryptionReference Members
Microsoft.Web.Services3.Security Namespace