X509TokenProvider.FindValue Property

Gets or sets the value to search for in the certificate store.

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

Usage

'Usage
Dim x509TokenProvider1 As X509TokenProvider

Dim returnValue As String
returnValue = x509TokenProvider1.FindValue

Dim sampleValue As String
x509TokenProvider1.FindValue = sampleValue

Syntax

'Declaration
Public Property FindValue() As String
public string FindValue {get; set;}
public:
property String^ FindValue {
    String^ get();
    void set(String^ value);
}
public System.String get_FindValue();
public void set_FindValue(System.String);
public function get FindValue() : String;
public function set FindValue(String);

Property Value

The value to search for in the certificate store.

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

X509TokenProvider Class
X509TokenProvider Members
Microsoft.Web.Services3.Design Namespace