EncryptionMethod.Parameters Property
Gets or sets the parameters for the encryption algorithm.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim encryptionMethod1 As EncryptionMethod
Dim returnValue As String
returnValue = encryptionMethod1.Parameters
Dim sampleValue As String
encryptionMethod1.Parameters = sampleValue
Syntax
'Declaration
Public Property Parameters() As String
public string Parameters {get; set;}
public:
property String^ Parameters {
String^ get();
void set(String^ value);
}
public System.String get_Parameters();
public void set_Parameters(System.String);
public function get Parameters() : String;
public function set Parameters(String);
Property Value
The parameters for the encryption algorithm.
Remarks
The possible values for the Parameters property depend on the encryption algorithm specified in the Algorithm property.
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
EncryptionMethod Class
EncryptionMethod Members
Microsoft.Web.Services3.Security Namespace