SfcKeyChain.IsClientAncestorOf(SfcKeyChain) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check if the given keychain is inside this one, using the rules of ClientEquality(). Inside is defined as comparing as equal from the top-down until the shorter (containing) keychain is exhausted. Note that comparing as equivalent, or either being null means not inside.
public bool IsClientAncestorOf (Microsoft.SqlServer.Management.Sdk.Sfc.SfcKeyChain otherKeychain);
member this.IsClientAncestorOf : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKeyChain -> bool
Public Function IsClientAncestorOf (otherKeychain As SfcKeyChain) As Boolean
Parameters
- otherKeychain
- SfcKeyChain
The keychain to check.
Returns
True if the given keychain is a descendant, else false.