Name | Description | |
---|---|---|
![]() | SecurityConfiguration Constructor | The default constructor. |
The following tables list the members exposed by SecurityConfiguration.
Name | Description | |
---|---|---|
![]() | SecurityConfiguration Constructor | The default constructor. |
Name | Description | |
---|---|---|
![]() | AddAppCertToTrustedStore | Gets or sets a value indicating whether the application cert should be copied to the trusted store. |
![]() | ApplicationCertificate | The application instance certificate. |
![]() | AutoAcceptUntrustedCertificates | Gets or sets a value indicating whether untrusted certificates should be automatically accepted. |
![]() | CertificatePasswordProvider | Get the provider which is invoked when a password for a private key is requested. |
![]() | HttpsIssuerCertificates | The store containing additional Https issuer certificates. |
![]() | MaxRejectedCertificates | Gets or sets a value indicating how many certificates are kept in the rejected store before the oldest is removed. |
![]() | MinimumCertificateKeySize | Gets or sets a value indicating which minimum certificate key strength is accepted. |
![]() | NonceLength | The length of nonce in the CreateSession service. |
![]() | RejectedCertificateStore | A store where invalid certificates can be placed for later review by the administrator. |
![]() | RejectSHA1SignedCertificates | Gets or sets a value indicating whether SHA-1 signed certificates are accepted. |
![]() | RejectUnknownRevocationStatus | Gets or sets a value indicating whether certificates with unavailable revocation lists are not accepted. |
![]() | SendCertificateChain | Gets or sets a value indicating whether the application should send the complete certificate chain. |
![]() | SuppressNonceValidationErrors | Gets or sets a value indicating whether the server nonce validation errors should be suppressed. |
![]() | TrustedHttpsCertificates | The store containing trusted Https certificates. |
![]() | TrustedIssuerCertificates | The store containing any additional issuer certificates. |
![]() | TrustedPeerCertificates | The trusted certificate store. |
![]() | TrustedUserCertificates | The store containing trusted user certificates. |
![]() | UserIssuerCertificates | The store containing additional user issuer certificates. |
![]() | UserRoleDirectory | Gets or sets a directory which contains files representing users roles. |
![]() | UseValidatedCertificates | Gets or sets a value indicating whether the Validator skips the full chain validation for already validated or accepted certificates. |
Name | Description | |
---|---|---|
![]() | AddTrustedPeer | Adds a certificate as a trusted peer. |
![]() | Initialize | Initializes the object during deserialization. |
![]() | Validate | Validates the security configuration. |