'Declaration
<NotNullAttribute()> Public Function GetSecurityCertificates( _ ByVal credentialProfileOID As OID, _ ByVal options As Integer _ ) As ReadOnlyCollection(Of SecurityCertificate)
[NotNull()] public ReadOnlyCollection<SecurityCertificate> GetSecurityCertificates( OID credentialProfileOID, int options )
[NotNull()] public: ReadOnlyCollection<SecurityCertificate^>^ GetSecurityCertificates( OID^ credentialProfileOID, int options )
Parameters
- credentialProfileOID
- The OID of the credential profile representing the Windows user account for which certificates should be fetched.
- options
- Options for fetching the certificate. The options are a bitmask. The following values are defined:
1 The certificate data is returned in the ArcanaDevelopment.adTempus.Shared.SecurityCertificate. If this option is omitted, only metadata about the certificate is returned.
Return Value
The requested certificates.