Condividi tramite


RsaElement.Value Proprietà

Definizione

Ottiene o imposta il valore crittografato da questa identità.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("value", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string Value { get; set; }
[<System.Configuration.ConfigurationProperty("value", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Value : string with get, set
Public Property Value As String

Valore della proprietà

Valore crittografato da questa identità.

Attributi

Si applica a