This documentation is archived and is not being maintained.
X509SecurityTokenProvider Constructor (StoreLocation, StoreName, X509FindType, Object)
Visual Studio 2010
Initializes a new instance of the X509SecurityTokenProvider class by getting an X.509 certificate from the specified certificate store criteria.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public:
X509SecurityTokenProvider(
StoreLocation storeLocation,
StoreName storeName,
X509FindType findType,
Object^ findValue
)
Parameters
- storeLocation
- Type: System.Security.Cryptography.X509Certificates::StoreLocation
One of the StoreLocation values that specifies the certificate store location.
- storeName
- Type: System.Security.Cryptography.X509Certificates::StoreName
One of the StoreName values that specifies the certificate store name.
- findType
- Type: System.Security.Cryptography.X509Certificates::X509FindType
One of theX509FindType values that specifies how to search the certificate store.
- findValue
- Type: System::Object
The value used to find the X.509 certificate in the certificate store.
| Exception | Condition |
|---|---|
| ArgumentNullException | findValue is nullptr. |
| SecurityTokenException | No certificates match the specified criteria. -or- More than one certificate matches the specified criteria. |
The GetTokenCore method gets a security token based on the certificate that matches the specified certificate store criteria.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: