This documentation is archived and is not being maintained.

X509SecurityTokenProvider Constructor (StoreLocation, StoreName, X509FindType, Object)

Initializes a new instance of the X509SecurityTokenProvider class by getting an X.509 certificate from the specified certificate store criteria.

Namespace:  System.IdentityModel.Selectors
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.

ExceptionCondition
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.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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: