ECDiffieHellmanPublicKey.ToXmlString Methode

Definition

Achtung

ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys.

Serialisiert den öffentlichen ECDiffieHellmanPublicKey-Schlüssel in eine XML-Zeichenfolge.

public:
 virtual System::String ^ ToXmlString();
public:
 abstract System::String ^ ToXmlString();
public virtual string ToXmlString ();
[System.Obsolete("ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys.", DiagnosticId="SYSLIB0042", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public virtual string ToXmlString ();
public abstract string ToXmlString ();
abstract member ToXmlString : unit -> string
override this.ToXmlString : unit -> string
[<System.Obsolete("ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys.", DiagnosticId="SYSLIB0042", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
abstract member ToXmlString : unit -> string
override this.ToXmlString : unit -> string
abstract member ToXmlString : unit -> string
Public Overridable Function ToXmlString () As String
Public MustOverride Function ToXmlString () As String

Gibt zurück

Eine XML-Zeichenfolge, die den serialisierten öffentlichen ECDH (Elliptic Curve Diffie-Hellman)-Schlüssel enthält.

Attribute

Ausnahmen

.NET Core und .NET 5 und höher: In allen Fällen.

Gilt für: