PKCS1MaskGenerationMethod.GenerateMask(Byte[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從所指定長度之指定隨機種子,產生並傳回遮罩。
public:
override cli::array <System::Byte> ^ GenerateMask(cli::array <System::Byte> ^ rgbSeed, int cbReturn);
public override byte[] GenerateMask (byte[] rgbSeed, int cbReturn);
override this.GenerateMask : byte[] * int -> byte[]
Public Overrides Function GenerateMask (rgbSeed As Byte(), cbReturn As Integer) As Byte()
參數
- rgbSeed
- Byte[]
要用於計算遮罩的隨機種子。
- cbReturn
- Int32
所產生的遮罩長度 (以位元組為單位)。
傳回
Byte[]
隨機產生的遮罩,其長度等於 cbReturn
參數。
備註
遮罩用於金鑰交換計算中,通常不會由應用程式使用。