Compartir a través de


Pkcs12SafeContents.AddSecret(Oid, ReadOnlyMemory<Byte>) Método

Definición

Agrega un valor con codificación ASN.1 BER con un identificador de tipo especificado a SafeContents a través de un objeto Pkcs12SecretBag nuevo y devuelve la instancia de contenedor recién agregada.

public:
 System::Security::Cryptography::Pkcs::Pkcs12SecretBag ^ AddSecret(System::Security::Cryptography::Oid ^ secretType, ReadOnlyMemory<System::Byte> secretValue);
public System.Security.Cryptography.Pkcs.Pkcs12SecretBag AddSecret (System.Security.Cryptography.Oid secretType, ReadOnlyMemory<byte> secretValue);
member this.AddSecret : System.Security.Cryptography.Oid * ReadOnlyMemory<byte> -> System.Security.Cryptography.Pkcs.Pkcs12SecretBag
Public Function AddSecret (secretType As Oid, secretValue As ReadOnlyMemory(Of Byte)) As Pkcs12SecretBag

Parámetros

secretType
Oid

El identificador de objeto (OID) que define el tipo de datos del valor del secreto.

secretValue
ReadOnlyMemory<Byte>

El valor con codificación BER que representa el secreto que se va a agregar.

Devoluciones

La instancia de contenedor que se agregó a SafeContents.

Excepciones

El parámetro secretType es null.

La instancia es de solo lectura.

El parámetro secretValue no representa un único valor codificado con ASN.1 BER.

Se aplica a