X509TokenProvider.FindType Property
Gets or sets how to find the certificate 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 X509FindType
returnValue = x509TokenProvider1.FindType
Dim sampleValue As X509FindType
x509TokenProvider1.FindType = sampleValue
Syntax
'Declaration
Public Property FindType() As X509FindType
public X509FindType FindType {get; set;}
public:
property X509FindType^ FindType {
X509FindType^ get();
void set(X509FindType^ value);
}
public X509FindType get_FindType();
public void set_FindType(X509FindType);
public function get FindType() : X509FindType;
public function set FindType(X509FindType);
Property Value
One of the System.Security.Cryptography.X509Certificates.X509FindType values that specify how to find the certificate in the certificate store.
Remarks
Possible values of the FindType property are FindByApplicationPolicy, FindByCertificatePolicy, FindByExtension, FindByIssuerDistinguishedName, FindByIssuerName, FindByKeyUsage, FindBySerialNumber, FindBySubjectDistinguishedName, FindBySubjectKeyIdentifier, FindBySubjectName, FindByTemplateName, FindByThumbprint, FindByTimeExpired, FindByTimeNotYetValid, and FindByTimeValid.
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