Pkcs12Builder.AddSafeContentsUnencrypted(Pkcs12SafeContents) Método
Definição
Adicione conteúdo ao PFX sem criptografá-lo.Add contents to the PFX without encrypting them.
public:
void AddSafeContentsUnencrypted(System::Security::Cryptography::Pkcs::Pkcs12SafeContents ^ safeContents);
public void AddSafeContentsUnencrypted (System.Security.Cryptography.Pkcs.Pkcs12SafeContents safeContents);
member this.AddSafeContentsUnencrypted : System.Security.Cryptography.Pkcs.Pkcs12SafeContents -> unit
Public Sub AddSafeContentsUnencrypted (safeContents As Pkcs12SafeContents)
Parâmetros
- safeContents
- Pkcs12SafeContents
O conteúdo a ser adicionado ao PFX.The contents to add to the PFX.
Exceções
O parâmetro safeContents é null.The safeContents parameter is null.
Comentários
Se o safeContents valor já estiver criptografado, esse método o adicionará ao pfx no estado em que se encontra.If the safeContents value is already encrypted, this method adds it to the PFX as-is.
O conteúdo de safeContents é lido durante a chamada para esse método e armazenado internamente como a forma codificada de seu conteúdo.The contents of safeContents are read during the call to this method, and stored internally as the encoded form of their content.
Qualquer alteração no Pkcs12SafeContents ou em qualquer Pkcs12SafeBag referência feita após essa chamada de método não será refletida na saída final.Any changes to the Pkcs12SafeContents or any Pkcs12SafeBag it references made after this method call are not reflected in the final output.