Share via


Seed Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the seed value that will be used when deriving key material.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public Property Seed As Byte()
public byte[] Seed { get; set; }
public:
property array<unsigned char>^ Seed {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member Seed : byte[] with get, set
function get Seed () : byte[]
function set Seed (value : byte[])

Property Value

Type: array<System. . :: . .Byte> [] () [] []
The seed value.

.NET Framework Security

See Also

Reference

ECDiffieHellmanCryptoServiceProvider Class

System.Security.Cryptography Namespace