EncryptionPropertyCollection.Remove(EncryptionProperty) Metod

Definition

Tar bort den första förekomsten av ett specifikt EncryptionProperty objekt från objektet EncryptionPropertyCollection .

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

Parametrar

value
EncryptionProperty

Objektet EncryptionProperty som ska tas bort från EncryptionPropertyCollection objektet.

Gäller för