CipherSuitesPolicy Třída
Definice
Určuje povolené šifrovací sady.Specifies allowed cipher suites.
public ref class CipherSuitesPolicy sealed
public sealed class CipherSuitesPolicy
type CipherSuitesPolicy = class
Public NotInheritable Class CipherSuitesPolicy
- Dědičnost
-
CipherSuitesPolicy
Konstruktory
| CipherSuitesPolicy(IEnumerable<TlsCipherSuite>) |
Inicializuje novou instanci CipherSuitesPolicy třídy, která se dá použít pro ověřování klienta nebo serveru.Initializes a new instance of the CipherSuitesPolicy class that can be used for client or server authentication. |
Vlastnosti
| AllowedCipherSuites |
Získá podmnožinu platných šifrovacích sad předaných do CipherSuitesPolicy(IEnumerable<TlsCipherSuite>) konstruktoru jako kolekci šifrovacích sad povolených v této zásadě pro vyjednávání.Gets a subset of valid cipher suites passed into CipherSuitesPolicy(IEnumerable<TlsCipherSuite>) constructor as a collection of cipher suites allowed in this policy for negotiation. |
Metody
| Equals(Object) |
Určí, zda se zadaný objekt rovná aktuálnímu objektu.Determines whether the specified object is equal to the current object. (Zděděno od Object) |
| GetHashCode() |
Slouží jako výchozí funkce hash.Serves as the default hash function. (Zděděno od Object) |
| GetType() |
Získá Type aktuální instanci.Gets the Type of the current instance. (Zděděno od Object) |
| MemberwiseClone() |
Vytvoří kopii aktuálního seznamu Object .Creates a shallow copy of the current Object. (Zděděno od Object) |
| ToString() |
Vrátí řetězec, který představuje aktuální objekt.Returns a string that represents the current object. (Zděděno od Object) |