WebRequestSession.Certificates 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 or sets the Certificates property.
public:
 property System::Security::Cryptography::X509Certificates::X509CertificateCollection ^ Certificates { System::Security::Cryptography::X509Certificates::X509CertificateCollection ^ get(); void set(System::Security::Cryptography::X509Certificates::X509CertificateCollection ^ value); };public System.Security.Cryptography.X509Certificates.X509CertificateCollection Certificates { get; set; }[System.Runtime.CompilerServices.Nullable(2)]
public System.Security.Cryptography.X509Certificates.X509CertificateCollection? Certificates { [System.Runtime.CompilerServices.NullableContext(2)] get; [System.Runtime.CompilerServices.NullableContext(2)] set; }member this.Certificates : System.Security.Cryptography.X509Certificates.X509CertificateCollection with get, set[<System.Runtime.CompilerServices.Nullable(2)>]
[<get: System.Runtime.CompilerServices.NullableContext(2)>]
[<set: System.Runtime.CompilerServices.NullableContext(2)>]
member this.Certificates : System.Security.Cryptography.X509Certificates.X509CertificateCollection with get, setPublic Property Certificates As X509CertificateCollectionProperty Value
- Attributes