====== WvdS.System.Security.Cryptography Namespace ====== Enthält die Kern-Konfiguration und Enumerationen für Post-Quantum-Kryptographie. ---- ===== Klassen ===== ^ Klasse ^ Beschreibung ^ | [[.:cryptoconfig:start|CryptoConfig]] | Statische Klasse für globale Konfiguration | ---- ===== Enumerationen ===== ^ Enum ^ Beschreibung ^ | [[.:cryptomode|CryptoMode]] | Definiert den kryptographischen Modus (Classic, Hybrid, PostQuantum) | ---- ===== Hinweise ===== Dieser Namespace ist der Einstiegspunkt für alle PQ-Crypto-Operationen. Die Konfiguration erfolgt über ''CryptoConfig.DefaultMode''. using WvdS.System.Security.Cryptography; CryptoConfig.DefaultMode = CryptoMode.Hybrid; ---- ===== Siehe auch ===== * [[.:providers:start|Providers Namespace]] * [[.:x509certificates:start|X509Certificates Namespace]] * [[de:int:pqcrypt:api:start|API-Übersicht]] {{tag>namespace core}} ---- //Wolfgang van der Stille @ EMSR DATA d.o.o. - Post-Quantum Cryptography Professional//