X25519DiffieHellman.ImportSubjectPublicKeyInfo Methode

Definition

Überlädt

ImportSubjectPublicKeyInfo(Byte[])

Quelle:
X25519DiffieHellman.cs
public:
 static System::Security::Cryptography::X25519DiffieHellman ^ ImportSubjectPublicKeyInfo(cli::array <System::Byte> ^ source);
public static System.Security.Cryptography.X25519DiffieHellman ImportSubjectPublicKeyInfo(byte[] source);
static member ImportSubjectPublicKeyInfo : byte[] -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportSubjectPublicKeyInfo (source As Byte()) As X25519DiffieHellman

Parameter

source
Byte[]

Gibt zurück

Gilt für:

ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>)

Quelle:
X25519DiffieHellman.cs
public:
 static System::Security::Cryptography::X25519DiffieHellman ^ ImportSubjectPublicKeyInfo(ReadOnlySpan<System::Byte> source);
public static System.Security.Cryptography.X25519DiffieHellman ImportSubjectPublicKeyInfo(ReadOnlySpan<byte> source);
static member ImportSubjectPublicKeyInfo : ReadOnlySpan<byte> -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportSubjectPublicKeyInfo (source As ReadOnlySpan(Of Byte)) As X25519DiffieHellman

Parameter

source
ReadOnlySpan<Byte>

Gibt zurück

Gilt für: