ISql90Certificate.NewKeySubject (Propiedad)
Obtiene o establece el nombre de sujeto del certificado.
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
Property NewKeySubject As String
Get
Set
string NewKeySubject { get; set; }
property String^ NewKeySubject {
String^ get ();
void set (String^ value);
}
abstract NewKeySubject : string with get, set
function get NewKeySubject () : String
function set NewKeySubject (value : String)
Valor de propiedad
Tipo: System.String
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.