X509CertificateValidator.PeerTrust Property
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.
Gets a validator that verifies the certificate is in the TrustedPeople
certificate store.
public:
static property System::IdentityModel::Selectors::X509CertificateValidator ^ PeerTrust { System::IdentityModel::Selectors::X509CertificateValidator ^ get(); };
public static System.IdentityModel.Selectors.X509CertificateValidator PeerTrust { get; }
static member PeerTrust : System.IdentityModel.Selectors.X509CertificateValidator
Public Shared ReadOnly Property PeerTrust As X509CertificateValidator
Property Value
A X509CertificateValidator that verifies the certificate is in the TrustedPeople
certificate store.
Remarks
The value of this static property can be supplied as a parameter to one of the constructors for the X509SecurityTokenAuthenticator class.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.