SignerInfo.RemoveCounterSignature Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime la contre-signature spécifiée de la CounterSignerInfos collection.
Surcharges
| Nom | Description |
|---|---|
| RemoveCounterSignature(Int32) |
La RemoveCounterSignature(Int32) méthode supprime la contre-signature à l’index spécifié de la CounterSignerInfos collection. |
| RemoveCounterSignature(SignerInfo) |
La RemoveCounterSignature(SignerInfo) méthode supprime la contre-signature de l’objet spécifié SignerInfo . |
RemoveCounterSignature(Int32)
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
La RemoveCounterSignature(Int32) méthode supprime la contre-signature à l’index spécifié de la CounterSignerInfos collection.
public:
void RemoveCounterSignature(int index);
public void RemoveCounterSignature(int index);
member this.RemoveCounterSignature : int -> unit
Public Sub RemoveCounterSignature (index As Integer)
Paramètres
- index
- Int32
Index de base zéro de la contre-signature à supprimer.
Exceptions
Impossible d’effectuer une opération de chiffrement.
S’applique à
RemoveCounterSignature(SignerInfo)
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
- Source:
- SignerInfo.cs
La RemoveCounterSignature(SignerInfo) méthode supprime la contre-signature de l’objet spécifié SignerInfo .
public:
void RemoveCounterSignature(System::Security::Cryptography::Pkcs::SignerInfo ^ counterSignerInfo);
public void RemoveCounterSignature(System.Security.Cryptography.Pkcs.SignerInfo counterSignerInfo);
member this.RemoveCounterSignature : System.Security.Cryptography.Pkcs.SignerInfo -> unit
Public Sub RemoveCounterSignature (counterSignerInfo As SignerInfo)
Paramètres
- counterSignerInfo
- SignerInfo
Objet SignerInfo qui représente la contre-signature en cours de suppression.
Exceptions
Une référence Null a été passée à une méthode qui ne l’accepte pas comme argument valide.
La valeur d’un argument était en dehors de la plage autorisée de valeurs telle que définie par la méthode appelée.
Impossible d’effectuer une opération de chiffrement.