EncryptedKey.AddReference Método

Definição

Adiciona um elemento de referência ao elemento <ReferenceList>.Adds a reference element to the <ReferenceList> element.

Sobrecargas

AddReference(DataReference)

Adiciona um <DataReference> elemento ao elemento <ReferenceList>.Adds a <DataReference> element to the <ReferenceList> element.

AddReference(KeyReference)

Adiciona um <KeyReference> elemento ao elemento <ReferenceList>.Adds a <KeyReference> element to the <ReferenceList> element.

AddReference(DataReference)

Adiciona um <DataReference> elemento ao elemento <ReferenceList>.Adds a <DataReference> element to the <ReferenceList> element.

public:
 void AddReference(System::Security::Cryptography::Xml::DataReference ^ dataReference);
public void AddReference (System.Security.Cryptography.Xml.DataReference dataReference);
member this.AddReference : System.Security.Cryptography.Xml.DataReference -> unit
Public Sub AddReference (dataReference As DataReference)

Parâmetros

dataReference
DataReference

Um objeto DataReference a ser adicionado à propriedade ReferenceList.A DataReference object to add to the ReferenceList property.

Comentários

Esse método adiciona um DataReference objeto à ReferenceList Propriedade do EncryptedKey objeto.This method adds a DataReference object to the ReferenceList property of the EncryptedKey object. O <DataReference> elemento aponta para os dados criptografados que foram criptografados usando a chave especificada no <EncryptedKey> elemento.The <DataReference> element points to encrypted data that was encrypted using the key specified in the <EncryptedKey> element.

Aplica-se a

AddReference(KeyReference)

Adiciona um <KeyReference> elemento ao elemento <ReferenceList>.Adds a <KeyReference> element to the <ReferenceList> element.

public:
 void AddReference(System::Security::Cryptography::Xml::KeyReference ^ keyReference);
public void AddReference (System.Security.Cryptography.Xml.KeyReference keyReference);
member this.AddReference : System.Security.Cryptography.Xml.KeyReference -> unit
Public Sub AddReference (keyReference As KeyReference)

Parâmetros

keyReference
KeyReference

Um objeto KeyReference a ser adicionado à propriedade ReferenceList.A KeyReference object to add to the ReferenceList property.

Comentários

Esse método adiciona um KeyReference objeto à ReferenceList Propriedade do EncryptedKey objeto.This method adds A KeyReference object to the ReferenceList property of the EncryptedKey object. O <KeyReference> elemento aponta para uma chave criptografada que foi criptografada usando a chave especificada no <EncryptedKey> elemento.The <KeyReference> element points to an encrypted key that was encrypted using the key specified in the <EncryptedKey> element.

Aplica-se a