CngProperty.GetValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur de propriété spécifiée par l'objet CngProperty actuel.
public:
cli::array <System::Byte> ^ GetValue();
public byte[]? GetValue();
public byte[] GetValue();
member this.GetValue : unit -> byte[]
Public Function GetValue () As Byte()
Retours
Un tableau qui représente la valeur stockée dans la propriété.