Share via


ISql90SignatureEncryptionMechanism.GetCertificateRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90Certificate.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetCertificateRelationship As IModelSingleRelationship(Of ISql90SignatureEncryptionMechanism, ISql90Certificate)
IModelSingleRelationship<ISql90SignatureEncryptionMechanism, ISql90Certificate> GetCertificateRelationship()
IModelSingleRelationship<ISql90SignatureEncryptionMechanism^, ISql90Certificate^>^ GetCertificateRelationship()
abstract GetCertificateRelationship : unit -> IModelSingleRelationship<ISql90SignatureEncryptionMechanism, ISql90Certificate> 
function GetCertificateRelationship() : IModelSingleRelationship<ISql90SignatureEncryptionMechanism, ISql90Certificate>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90SignatureEncryptionMechanism, ISql90Certificate>

.NET Framework Security

See Also

Reference

ISql90SignatureEncryptionMechanism Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace