VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::trusted_infrastructure::X509CertChain Class Reference

The X509CertChain class contains x509 certificate chain. More...

List of all members.

Classes

class  Builder
 Builder class for X509CertChain. More...

Public Member Functions

 X509CertChain ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
global::System.Collections.Generic.List
< string > 
GetCertChain ()
 Certificate chain in base64 format.
void SetCertChain (global::System.Collections.Generic.List< string > certChain)
 Certificate chain in base64 format.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The X509CertChain class contains x509 certificate chain.

This class was added in vSphere API 7.0.0.


Constructor & Destructor Documentation

vmware::vcenter::trusted_infrastructure::X509CertChain::X509CertChain ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::trusted_infrastructure::X509CertChain::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::trusted_infrastructure::X509CertChain::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::trusted_infrastructure::X509CertChain::_GetType ( ) [inline]
bool vmware::vcenter::trusted_infrastructure::X509CertChain::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::trusted_infrastructure::X509CertChain::_Validate ( ) [inline]
override bool vmware::vcenter::trusted_infrastructure::X509CertChain::Equals ( object  obj) [inline]
global::System.Collections.Generic.List<string> vmware::vcenter::trusted_infrastructure::X509CertChain::GetCertChain ( ) [inline]

Certificate chain in base64 format.

This attribute was added in vSphere API 7.0.0.

override int vmware::vcenter::trusted_infrastructure::X509CertChain::GetHashCode ( ) [inline]
void vmware::vcenter::trusted_infrastructure::X509CertChain::SetCertChain ( global::System.Collections.Generic.List< string >  certChain) [inline]

Certificate chain in base64 format.

This attribute was added in vSphere API 7.0.0.

override string vmware::vcenter::trusted_infrastructure::X509CertChain::ToString ( ) [inline]

The documentation for this class was generated from the following file: