EncryptionReference Constructor (String, String)
Initializes a new instance of the EncryptionReference class for the specified the wsu:Id attribute of the target XML element, and the specified type of encryption.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim reference As String
Dim type As String
Dim encryptionReference1 As New EncryptionReference(reference, type)
Syntax
'Declaration
Public Sub New( _
ByVal reference As String, _
ByVal type As String _
)
public EncryptionReference(
string reference,
string type
);
public:
EncryptionReference(
String^ reference,
String^ type
);
public EncryptionReference(
System.String reference,
System.String type
);
public function EncryptionReference(
reference : String,
type : String
);
Parameters
- reference
- type
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