EncryptionMethod(Uri) Constructor

Definitie

Initialiseert een nieuw exemplaar van de EncryptionMethod klasse met het opgegeven versleutelingsalgoritmen.

public:
 EncryptionMethod(Uri ^ algorithm);
public EncryptionMethod(Uri algorithm);
new System.IdentityModel.Metadata.EncryptionMethod : Uri -> System.IdentityModel.Metadata.EncryptionMethod
Public Sub New (algorithm As Uri)

Parameters

algorithm
Uri

De URI van het versleutelingsalgoritmen.

Uitzonderingen

algorithm is null.

Van toepassing op