CertificateReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CertificateReference() | |
CertificateReference(X509Certificate2, Byte[]) | |
CertificateReference(StoreName, StoreLocation, X509FindType, Boolean, String) |
CertificateReference()
public:
CertificateReference();
public CertificateReference ();
Public Sub New ()
Applies to
CertificateReference(X509Certificate2, Byte[])
public:
CertificateReference(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, cli::array <System::Byte> ^ encryptedPfx);
public CertificateReference (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, byte[] encryptedPfx);
new Microsoft.IdentityServer.PolicyModel.Configuration.CertificateReference : System.Security.Cryptography.X509Certificates.X509Certificate2 * byte[] -> Microsoft.IdentityServer.PolicyModel.Configuration.CertificateReference
Public Sub New (certificate As X509Certificate2, encryptedPfx As Byte())
Parameters
- certificate
- X509Certificate2
- encryptedPfx
- Byte[]
Applies to
CertificateReference(StoreName, StoreLocation, X509FindType, Boolean, String)
public:
CertificateReference(System::Security::Cryptography::X509Certificates::StoreName storeName, System::Security::Cryptography::X509Certificates::StoreLocation storeLocation, System::Security::Cryptography::X509Certificates::X509FindType x509FindType, bool isChainIncluded, System::String ^ findValue);
public CertificateReference (System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation, System.Security.Cryptography.X509Certificates.X509FindType x509FindType, bool isChainIncluded, string findValue);
new Microsoft.IdentityServer.PolicyModel.Configuration.CertificateReference : System.Security.Cryptography.X509Certificates.StoreName * System.Security.Cryptography.X509Certificates.StoreLocation * System.Security.Cryptography.X509Certificates.X509FindType * bool * string -> Microsoft.IdentityServer.PolicyModel.Configuration.CertificateReference
Parameters
- storeName
- StoreName
- storeLocation
- StoreLocation
- x509FindType
- X509FindType
- isChainIncluded
- Boolean
- findValue
- String