SignedInfo Constructor (String)
Initializes a new instance of the SignedInfo class.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim prefixList As String
Dim signedInfo1 As New SignedInfo(prefixList)
Syntax
'Declaration
Public Sub New( _
ByVal prefixList As String _
)
public SignedInfo(
string prefixList
);
public:
SignedInfo(
String^ prefixList
);
public SignedInfo(
System.String prefixList
);
public function SignedInfo(
prefixList : String
);
Parameters
- prefixList
A value for the PrefixList attribute.
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
SignedInfo Class
SignedInfo Members
Microsoft.Web.Services3.Security Namespace