CngProperty.Options Eigenschap

Definitie

Hiermee haalt u de eigenschapsopties op die door het huidige CngProperty object worden opgegeven.

public:
 property System::Security::Cryptography::CngPropertyOptions Options { System::Security::Cryptography::CngPropertyOptions get(); };
public System.Security.Cryptography.CngPropertyOptions Options { get; }
member this.Options : System.Security.Cryptography.CngPropertyOptions
Public ReadOnly Property Options As CngPropertyOptions

Waarde van eigenschap

Een object dat de opties aangeeft die zijn ingesteld in het huidige CngProperty object.

Opmerkingen

CngKey objecten bevatten CngProperty objecten die de CngPropertyOptions eigenschap bevatten waarmee de eigenschap is opgeslagen.

Van toepassing op