CryptographicAttributeObjectCollection.Remove Метод

Определение

Удаляет указанный объект CryptographicAttributeObject из коллекции.

public:
 void Remove(System::Security::Cryptography::CryptographicAttributeObject ^ attribute);
public void Remove (System.Security.Cryptography.CryptographicAttributeObject attribute);
member this.Remove : System.Security.Cryptography.CryptographicAttributeObject -> unit
Public Sub Remove (attribute As CryptographicAttributeObject)

Параметры

attribute
CryptographicAttributeObject

Объект CryptographicAttributeObject, удаляемый из коллекции.

Исключения

attribute имеет значение null.

Применяется к

См. также раздел