RSAOAEPKeyExchangeFormatter.Parameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得最佳非對稱加密填補 (OAEP) 金鑰交換的參數。
public:
virtual property System::String ^ Parameters { System::String ^ get(); };
public override string? Parameters { get; }
public override string Parameters { get; }
member this.Parameters : string
Public Overrides ReadOnly Property Parameters As String
屬性值
包含 OAEP 金鑰交換作業參數的 XML 字串。
範例
下列程式代碼範例示範如何呼叫 Parameters 屬性,以擷取參數的 XML 表示法。 此程式代碼範例是針對 類別提供的較大範例的 RSAOAEPKeyExchangeFormatter 一部分。
String^ xmlParameters = rsaFormatter->Parameters;
string xmlParameters = rsaFormatter.Parameters;
Dim xmlParameters as string = rsaFormatter.Parameters