CngKeyBlobFormat.PQDsaPrivateSeedBlob 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 CngKeyBlobFormat object that specifies a Post-Quantum Digital Signature Algorithm private seed BLOB.
public:
 static property System::Security::Cryptography::CngKeyBlobFormat ^ PQDsaPrivateSeedBlob { System::Security::Cryptography::CngKeyBlobFormat ^ get(); };
	public static System.Security.Cryptography.CngKeyBlobFormat PQDsaPrivateSeedBlob { get; }
	static member PQDsaPrivateSeedBlob : System.Security.Cryptography.CngKeyBlobFormat
	Public Shared ReadOnly Property PQDsaPrivateSeedBlob As CngKeyBlobFormat
	Property Value
A CngKeyBlobFormat object that specifies a Post-Quantum Digital Signature Algorithm private seed BLOB.
Remarks
The value identified by this blob format is "PQDSAPRIVATESEEDBLOB".