X509TokenProvider.StoreName Property
The name of 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 StoreName
returnValue = x509TokenProvider1.StoreName
Dim sampleValue As StoreName
x509TokenProvider1.StoreName = sampleValue
Syntax
'Declaration
Public Property StoreName() As StoreName
public StoreName StoreName {get; set;}
public:
property StoreName^ StoreName {
StoreName^ get();
void set(StoreName^ value);
}
public StoreName get_StoreName();
public void set_StoreName(StoreName);
public function get StoreName() : StoreName;
public function set StoreName(StoreName);
Property Value
One of the System.Security.Cryptography.X509Certificates.StoreName values that specify the name of the certificate store.
Remarks
Possible values of the StoreName property are AddressBook, AuthRoot, CertificateAuthority, Disallowed, My, Root, TrustedPeople, and TrustedPublisher.The AddressBook store is the same store that is displayed in the Certificates MMC as OtherPeople.
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