ACSRootCertEncoded Property
The certificate (PEM/base64 encoded).
Syntax
int GetACSRootCertEncoded(int iACSRootCertIndex, char* &lpACSRootCertEncoded, int &lenACSRootCertEncoded);
int SetACSRootCertEncoded(int iACSRootCertIndex, const char* lpACSRootCertEncoded, int lenACSRootCertEncoded);
INT GetACSRootCertEncoded(INT iACSRootCertIndex, LPSTR &lpACSRootCertEncoded, INT &lenACSRootCertEncoded);
INT SetACSRootCertEncoded(INT iACSRootCertIndex, LPCSTR lpACSRootCertEncoded, INT lenACSRootCertEncoded);
- (NSString*)ACSRootCertEncoded:(int)aCSRootCertIndex; - (void)setACSRootCertEncoded:(int)aCSRootCertIndex:(NSString*)newACSRootCertEncoded;
- (NSData*)ACSRootCertEncodedB:(int)aCSRootCertIndex; - (void)setACSRootCertEncodedB:(int)aCSRootCertIndex:(NSData*)newACSRootCertEncoded;
public func ACSRootCertEncoded(aCSRootCertIndex: Int32) throws -> String
public func setACSRootCertEncoded(aCSRootCertIndex: Int32, newACSRootCertEncoded: String) throws -> Void
public func ACSRootCertEncodedB(aCSRootCertIndex: Int32) throws -> Data
public func setACSRootCertEncodedB(aCSRootCertIndex: Int32, newACSRootCertEncoded: Data) throws -> Void
Default Value
""
Remarks
The certificate (PEM/base64 encoded). This property is used to assign a specific certificate. The ACSRootCertStore and ACSRootCertSubject properties may also be used to specify a certificate.
When ACSRootCertEncoded is set, a search is initiated in the current ACSRootCertStore for the private key of the certificate. If the key is found, ACSRootCertSubject is updated to reflect the full subject of the selected certificate, otherwise ACSRootCertSubject is set to empty string.
The size of the array is controlled by the ACSRootCertCount property.
This property is not available at design time.
Data Type
Binary String