RSAPKCS1KeyExchangeFormatter.Parameters 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 the parameters for the PKCS #1 key exchange.
public:
virtual property System::String ^ Parameters { System::String ^ get(); };
public override string Parameters { get; }
member this.Parameters : string
Public Overrides ReadOnly Property Parameters As String
Property Value
An XML string containing the parameters of the PKCS #1 key exchange operation.
Remarks
The Parameters property returns an XML string that contains Uniform Resource Identifiers (URIs) that describe the parameters of the PKCS #1 key exchange operation. Note that the URIs are not guaranteed to point to active addresses.
Applies to
See also
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.