SignerInfo.RemoveCounterSignature 方法

定義

CounterSignerInfos 集合中移除指定副署。

多載

RemoveCounterSignature(Int32)

RemoveCounterSignature(Int32) 方法移除 CounterSignerInfos 集合之指定索引的副署。

RemoveCounterSignature(SignerInfo)

RemoveCounterSignature(SignerInfo) 方法移除指定之 SignerInfo 物件的副署。

RemoveCounterSignature(Int32)

來源:
SignerInfo.cs
來源:
SignerInfo.cs
來源:
SignerInfo.cs

RemoveCounterSignature(Int32) 方法移除 CounterSignerInfos 集合之指定索引的副署。

public:
 void RemoveCounterSignature(int index);
public void RemoveCounterSignature (int index);
member this.RemoveCounterSignature : int -> unit
Public Sub RemoveCounterSignature (index As Integer)

參數

index
Int32

要移除之副署的以零起始索引。

例外狀況

密碼編譯作業無法完成。

適用於

RemoveCounterSignature(SignerInfo)

來源:
SignerInfo.cs
來源:
SignerInfo.cs
來源:
SignerInfo.cs

RemoveCounterSignature(SignerInfo) 方法移除指定之 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)

參數

counterSignerInfo
SignerInfo

SignerInfo 物件,代表已移除副署。

例外狀況

Null 參考已傳遞至不接受它做為有效引數的方法。

引數值超出呼叫方法所定義值的容許範圍。

密碼編譯作業無法完成。

適用於